From ad0336c334d55df1e202ad5eb365a2a82c496f17 Mon Sep 17 00:00:00 2001 From: marshacb Date: Fri, 20 Sep 2024 23:26:57 -0400 Subject: [PATCH] remove commented lines --- src/AssetTransferApi.ts | 4 ---- 1 file changed, 4 deletions(-) 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, });