mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
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:
@@ -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" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user