Skip to content
  • Bruno Galvao's avatar
    add pallet nomination-pools versioned migration to kitchensink (#2167) · 596088a2
    Bruno Galvao authored
    The versioned migrations are already there in pallet nomination-pools:
    
    https://github.com/paritytech/polkadot-sdk/blob/f6ee4781/substrate/frame/nomination-pools/src/migration.rs#L27-L48
    
    Just updating the kitchensink runtime to point to them.
    
    This is also nice because it points the dev to an example of how to use
    `VersionedMigration`.
    596088a2