mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 14:41:11 +00:00
runtime(rococo): remove useless Call of pallet-mmr (#3350)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -235,7 +235,7 @@ construct_runtime! {
|
||||
Sudo: pallet_sudo::{Pallet, Call, Storage, Event<T>, Config<T>},
|
||||
|
||||
// Bridges support.
|
||||
Mmr: pallet_mmr::{Pallet, Call, Storage},
|
||||
Mmr: pallet_mmr::{Pallet, Storage},
|
||||
Beefy: pallet_beefy::{Pallet, Config<T>, Storage},
|
||||
MmrLeaf: mmr_common::{Pallet, Storage},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user