Skip to content

Commit

Permalink
fix pallet names at bridge hubs (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored and bkchr committed Apr 10, 2024
1 parent dc989fa commit a732a04
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 a732a04

Please sign in to comment.