Browse Source

cleanup: warnings

Filip Dunder 1 năm trước cách đây
mục cha
commit
e16929571c

+ 1 - 0
bot.ts

@@ -276,6 +276,7 @@ export class Bot {
     }
     }
   }
   }
 
 
+  // noinspection JSUnusedLocalSymbols
   private async swap(
   private async swap(
     poolKeys: LiquidityPoolKeysV4,
     poolKeys: LiquidityPoolKeysV4,
     ataIn: PublicKey,
     ataIn: PublicKey,

+ 1 - 1
transactions/transaction-executor.interface.ts

@@ -1,4 +1,4 @@
-import { BlockhashWithExpiryBlockHeight, Keypair, MessageV0, Signer, VersionedTransaction } from '@solana/web3.js';
+import { BlockhashWithExpiryBlockHeight, Keypair, VersionedTransaction } from '@solana/web3.js';
 
 
 export interface TransactionExecutor {
 export interface TransactionExecutor {
   executeAndConfirm(
   executeAndConfirm(