From 179759da70109b33fcd6bb2e7afc79871b223eeb Mon Sep 17 00:00:00 2001 From: David Dunn <26876072+doubledup@users.noreply.github.com> Date: Tue, 18 Apr 2023 17:57:45 +0200 Subject: [PATCH] Companion for Snowfork/snowbridge#806 (#18) --- Cargo.lock | 1 + parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 36ef50f1713..b2e07a34a9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12457,6 +12457,7 @@ dependencies = [ "frame-system", "hex-literal 0.4.0", "parity-scale-codec", + "polkadot-parachain", "rlp", "scale-info", "serde", diff --git a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs index b9f2392c2e4..4fc3b51820d 100644 --- a/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs +++ b/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs @@ -573,7 +573,6 @@ parameter_types! { impl snowbridge_outbound_queue::Config for Runtime { type RuntimeEvent = RuntimeEvent; type Hashing = Keccak256; - type SourceId = ::AccountId; type MaxMessagePayloadSize = MaxMessagePayloadSize; type MaxMessagesPerCommit = MaxMessagesPerCommit; type WeightInfo = ();