Don't attempt to upgrade balances module on chain start (#4802)

* Introduce vesting to node, debug message for upgrades and fix them

* Bump spec version
This commit is contained in:
Gavin Wood
2020-02-01 18:08:39 +00:00
committed by GitHub
parent 98255bd37e
commit 1c9418d748
6 changed files with 19 additions and 5 deletions
@@ -100,5 +100,6 @@ pub fn config(support_changes_trie: bool, code: Option<&[u8]>) -> GenesisConfig
pot: 0,
max_members: 999,
}),
pallet_vesting: Some(Default::default()),
}
}