Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro committed May 17, 2024
1 parent f5dff60 commit e6398c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/xcm-helper/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ pub mod pallet {
recipient: recipient.into(),
asset_id,
amount,
extra,
extra: extra.clone(),
};

let parachain_network_id = T::SubstrateNetworkId::get();
Expand Down

0 comments on commit e6398c0

Please sign in to comment.