Skip to content

Commit

Permalink
fix storage corruption bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Jan 23, 2025
1 parent a0cf7a2 commit fff2eeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ fn send_eth_asset_from_asset_hub_to_ethereum() {
let ether_location: Location = (Parent, Parent, EthereumNetwork::get()).into();

// Register ETH
BridgeHubPolkadot::execute_with(|| {
AssetHubPolkadot::execute_with(|| {
type RuntimeEvent = <AssetHubPolkadot as Chain>::RuntimeEvent;
type RuntimeOrigin = <AssetHubPolkadot as Chain>::RuntimeOrigin;

Expand Down

0 comments on commit fff2eeb

Please sign in to comment.