Companion for #6575 (Add WeightInfo) (#1352)

* Add `WeightInfo`

* fix test

* fix tests

* fix more tests
This commit is contained in:
Shawn Tabrizi
2020-07-08 18:22:22 +02:00
committed by GitHub
parent 283ffd4ec4
commit 099e41dc9e
11 changed files with 82 additions and 1 deletions
+1
View File
@@ -141,6 +141,7 @@ mod multiplier_tests {
type AccountData = ();
type OnNewAccount = ();
type OnKilledAccount = ();
type SystemWeightInfo = ();
}
type System = system::Module<Runtime>;