Ver código fonte

cleanup: warnings

Filip Dunder 1 ano atrás
pai
commit
e16929571c
2 arquivos alterados com 2 adições e 1 exclusões
  1. 1 0
      bot.ts
  2. 1 1
      transactions/transaction-executor.interface.ts

+ 1 - 0
bot.ts

@@ -276,6 +276,7 @@ export class Bot {
     }
   }
 
+  // noinspection JSUnusedLocalSymbols
   private async swap(
     poolKeys: LiquidityPoolKeysV4,
     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 {
   executeAndConfirm(