Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Nov 3, 2023
1 parent 3efb20b commit 2df0b2d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions smoketest/tests/transfer_token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,8 @@ async fn transfer_token() {

let signer: PairSigner<AssetHubConfig, _> = PairSigner::new(keypair);

let _fee: u128 = 1_000_800_566_581;
let amount: u128 = 1_000_000_000;
let assets = VersionedMultiAssets::V3(MultiAssets(vec![
//MultiAsset {
// id: AssetId::Concrete(MultiLocation { parents: 1, interior: Junctions::Here }),
// fun: Fungibility::Fungible(fee),
//},
MultiAsset {
id: AssetId::Concrete(MultiLocation {
parents: 2,
Expand Down

0 comments on commit 2df0b2d

Please sign in to comment.