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
+3 -2
View File
@@ -64,9 +64,10 @@ runtime-benchmarks = [
"frame-election-provider-support/runtime-benchmarks",
]
fuzz = [
"sp-core",
"sp-core",
"sp-io",
"pallet-balances",
"pallet-balances",
"sp-tracing",
]
try-runtime = [ "frame-support/try-runtime" ]