pallet-balances: Fix inactive funds migration (#12840)
* pallet-balances: Fix inactive funds migration Fixes the inactive funds migration. It was missing to set the `storage_version` attribute for the `Pallet` struct. Besides that it also removes the old `StorageVersion` representation and adds support for instances of pallet-balances. * Fix test
Showing
- substrate/frame/balances/src/lib.rs 5 additions, 24 deletionssubstrate/frame/balances/src/lib.rs
- substrate/frame/balances/src/migration.rs 43 additions, 36 deletionssubstrate/frame/balances/src/migration.rs
- substrate/frame/executive/src/lib.rs 2 additions, 2 deletionssubstrate/frame/executive/src/lib.rs
Please register or sign in to comment