Skip to content

Commit

Permalink
revert typo
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Dec 9, 2024
1 parent 0de263d commit 95bb2c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fn create_agent() {
// the treasury account may exist.
BridgeHubPolkadot::fund_accounts(vec![(RelayTreasuryPalletAccount::get(), INITIAL_FUND)]);

let sudo_origin = <Polkadot as Chain>::RuntimeOrigin::root();;ew
let sudo_origin = <Polkadot as Chain>::RuntimeOrigin::root();
let destination = Polkadot::child_location_of(BridgeHubPolkadot::para_id()).into();

let create_agent_call = SnowbridgeControl::Control(ControlCall::CreateAgent {});
Expand Down

0 comments on commit 95bb2c6

Please sign in to comment.