mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
Rename MessageId -> BridgeMessageId (#1152)
This commit is contained in:
committed by
Bastian Köcher
parent
084da4343d
commit
eaf519dc1b
@@ -211,7 +211,7 @@ impl pallet_aura::Config for Runtime {
|
||||
}
|
||||
impl pallet_bridge_dispatch::Config for Runtime {
|
||||
type Event = Event;
|
||||
type MessageId = (bp_messages::LaneId, bp_messages::MessageNonce);
|
||||
type BridgeMessageId = (bp_messages::LaneId, bp_messages::MessageNonce);
|
||||
type Call = Call;
|
||||
type CallFilter = ();
|
||||
type EncodedCall = crate::rialto_messages::FromRialtoEncodedCall;
|
||||
|
||||
Reference in New Issue
Block a user