Skip to content

Commit

Permalink
Update parachain/primitives/router/src/inbound/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Dunn <[email protected]>
  • Loading branch information
alistair-singh and doubledup authored Jul 20, 2023
1 parent f576dd6 commit c3fcb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/primitives/router/src/inbound/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl NativeTokensMessage {
&MultiLocation::new(
2,
(
GlobalConsensus(Ethereum { chain_id }),
GlobalConsensus(network),
AccountKey20 { network: None, key: *origin.as_fixed_bytes() },
),
),
Expand Down

0 comments on commit c3fcb2e

Please sign in to comment.