mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
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:
@@ -298,7 +298,8 @@ pub fn testnet_genesis(
|
||||
members: endowed_accounts[0..3].to_vec(),
|
||||
pot: 0,
|
||||
max_members: 999,
|
||||
})
|
||||
}),
|
||||
pallet_vesting: Some(Default::default()),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user