We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f1fe9 commit 4c5a311Copy full SHA for 4c5a311
relay-clients/client-westend/src/lib.rs
@@ -79,8 +79,7 @@ impl ChainWithGrandpa for Westend {
79
80
impl RelayChain for Westend {
81
const PARAS_PALLET_NAME: &'static str = bp_westend::PARAS_PALLET_NAME;
82
- const WITH_CHAIN_BRIDGE_PARACHAINS_PALLET_NAME: &'static str =
83
- bp_westend::WITH_WESTEND_BRIDGE_PARACHAINS_PALLET_NAME;
+ const WITH_CHAIN_BRIDGE_PARACHAINS_PALLET_NAME: &'static str = "BridgeParachains";
84
}
85
86
impl ChainWithBalances for Westend {
0 commit comments