use CountedMap in pallet-bags-list (#10179)

* use CountedMap in pallet-bags-list

* Fix build

* Update frame/bags-list/src/list/mod.rs

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>

* add a check as well

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
Kian Paimani
2021-11-10 09:33:14 +00:00
committed by GitHub
parent db59cfcf14
commit 60a50dabed
8 changed files with 94 additions and 44 deletions
+1 -1
View File
@@ -1330,7 +1330,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPallets,
(),
pallet_bags_list::migrations::CheckCounterPrefix<Runtime>,
>;
/// MMR helper types.