Remove migration code. (#910)

* Remove migration code.

* Bump Substrate

* Bump runtime
This commit is contained in:
Gavin Wood
2020-03-21 13:37:55 +01:00
committed by GitHub
parent 17f6b4b8fb
commit 6a7374aca3
12 changed files with 361 additions and 346 deletions
+1 -1
View File
@@ -938,7 +938,7 @@ mod tests {
type Version = ();
type ModuleToIndex = ();
type AccountData = balances::AccountData<u128>;
type MigrateAccount = (); type OnNewAccount = ();
type OnNewAccount = ();
type OnKilledAccount = ();
}