Companion PR for #6214 (#1204)

* Rename Fixed128 to FixedI128.

* Bump cargo, merge #6236 fixes

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Marcio Diaz
2020-06-06 23:00:32 +02:00
committed by GitHub
parent 11140c4202
commit 780f4a564e
5 changed files with 146 additions and 145 deletions
+1 -1
View File
@@ -874,7 +874,7 @@ construct_runtime! {
Scheduler: scheduler::{Module, Call, Storage, Event<T>},
// Proxy module. Late addition.
Proxy: proxy::{Module, Call, Storage, Event}
Proxy: proxy::{Module, Call, Storage, Event<T>}
}
}