• Bastian Köcher's avatar
    pallet-balances: Fix inactive funds migration (#12840) · 4be3ddaa
    Bastian Köcher authored
    * 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
    4be3ddaa