upgrade to latest polkadot (#278)

* upgrade to latest polkadot

* ss58 in tests

* format

* removed unused import
This commit is contained in:
lumir-mrkva
2021-01-04 00:22:17 +01:00
committed by GitHub
parent cd0e40a6eb
commit 30021251fc
8 changed files with 409 additions and 399 deletions
+1
View File
@@ -335,6 +335,7 @@ mod tests {
type DbWeight = ();
type BaseCallFilter = ();
type SystemWeightInfo = ();
type SS58Prefix = ();
}
impl Config for Test {
type Event = TestEvent;