diff --git a/src/AssetTransferApi.ts b/src/AssetTransferApi.ts index 04859353..8ad5c85c 100644 --- a/src/AssetTransferApi.ts +++ b/src/AssetTransferApi.ts @@ -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, });