From e16929571cded768e3680fb5319da9f2fcca2a61 Mon Sep 17 00:00:00 2001 From: Filip Dunder Date: Sun, 21 Apr 2024 13:44:57 +0200 Subject: [PATCH] cleanup: warnings --- bot.ts | 1 + transactions/transaction-executor.interface.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.ts b/bot.ts index 7850541..2d600a8 100644 --- a/bot.ts +++ b/bot.ts @@ -276,6 +276,7 @@ export class Bot { } } + // noinspection JSUnusedLocalSymbols private async swap( poolKeys: LiquidityPoolKeysV4, ataIn: PublicKey, diff --git a/transactions/transaction-executor.interface.ts b/transactions/transaction-executor.interface.ts index c228619..2ff7044 100644 --- a/transactions/transaction-executor.interface.ts +++ b/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(