mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
Expose storage of finality-verifier pallets. (#844)
* Expose storage of finality-verifier pallets. * Fix compilation.
This commit is contained in:
committed by
Bastian Köcher
parent
70e9db4aad
commit
60c1c24784
@@ -379,8 +379,8 @@ construct_runtime!(
|
||||
BridgeRialto: pallet_substrate_bridge::{Module, Call, Storage, Config<T>},
|
||||
BridgeRialtoMessages: pallet_bridge_messages::{Module, Call, Storage, Event<T>},
|
||||
BridgeDispatch: pallet_bridge_dispatch::{Module, Event<T>},
|
||||
BridgeRialtoGrandpa: pallet_bridge_grandpa::{Module, Call},
|
||||
BridgeWestendGrandpa: pallet_bridge_grandpa::<Instance1>::{Module, Call, Config<T>},
|
||||
BridgeRialtoGrandpa: pallet_bridge_grandpa::{Module, Call, Storage},
|
||||
BridgeWestendGrandpa: pallet_bridge_grandpa::<Instance1>::{Module, Call, Config<T>, Storage},
|
||||
System: frame_system::{Module, Call, Config, Storage, Event<T>},
|
||||
RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Call, Storage},
|
||||
Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent},
|
||||
|
||||
Reference in New Issue
Block a user