mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Message dispatch support multiple instances (#942)
* message dispatch support multiple instances * format code * define millau grandpa instance in rialto
This commit is contained in:
@@ -436,6 +436,7 @@ parameter_types! {
|
||||
pub const HeadersToKeep: u32 = 7 * bp_rialto::DAYS as u32;
|
||||
}
|
||||
|
||||
pub type MillauGrandpaInstance = ();
|
||||
impl pallet_bridge_grandpa::Config for Runtime {
|
||||
type BridgedChain = bp_millau::Millau;
|
||||
type MaxRequests = MaxRequests;
|
||||
|
||||
Reference in New Issue
Block a user