Message dispatch support multiple instances (#942)

* message dispatch support multiple instances

* format code

* define millau grandpa instance in rialto
This commit is contained in:
fewensa
2021-04-30 03:11:33 +08:00
committed by Bastian Köcher
parent 7dc564a067
commit 01cede2120
4 changed files with 25 additions and 12 deletions
+1
View File
@@ -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;