Skip to content

Commit

Permalink
remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Sep 21, 2024
1 parent 89d9a07 commit ad0336c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/AssetTransferApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1106,10 +1106,6 @@ export class AssetTransferApi {
} else {
tx = tokens.transfer(api, addr, assetIds[0], amount);
}
// const tx =
// method === 'transferKeepAlive'
// ? tokens.transferKeepAlive(api, addr, assetIds[0], amount)
// : tokens.transfer(api, addr, assetIds[0], amount);
return this.constructFormat(tx, 'local', null, palletMethod, destChainId, specName, {
...opts,
});
Expand Down

0 comments on commit ad0336c

Please sign in to comment.