Skip to content

Commit

Permalink
fix pallet names at bridge hubs (paritytech#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored Dec 16, 2022
1 parent 07de386 commit 07b6744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridges/relays/client-rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ impl ChainWithBalances for Rococo {

impl RelayChain for Rococo {
const PARAS_PALLET_NAME: &'static str = bp_rococo::PARAS_PALLET_NAME;
const PARACHAINS_FINALITY_PALLET_NAME: &'static str = "bridgeRococoParachain";
const PARACHAINS_FINALITY_PALLET_NAME: &'static str = "BridgeRococoParachain";
}
2 changes: 1 addition & 1 deletion bridges/relays/client-wococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ impl ChainWithBalances for Wococo {

impl RelayChain for Wococo {
const PARAS_PALLET_NAME: &'static str = bp_wococo::PARAS_PALLET_NAME;
const PARACHAINS_FINALITY_PALLET_NAME: &'static str = "bridgeWococoParachain";
const PARACHAINS_FINALITY_PALLET_NAME: &'static str = "BridgeWococoParachain";
}

0 comments on commit 07b6744

Please sign in to comment.