mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-10 04:22:05 +10:00
@ -15,7 +15,7 @@ export class DefaultTransactionExecutor implements TransactionExecutor {
|
|||||||
transaction: VersionedTransaction,
|
transaction: VersionedTransaction,
|
||||||
payer: Keypair,
|
payer: Keypair,
|
||||||
latestBlockhash: BlockhashWithExpiryBlockHeight,
|
latestBlockhash: BlockhashWithExpiryBlockHeight,
|
||||||
): Promise<{ confirmed: boolean; signature?: string }> {
|
): Promise<{ confirmed: boolean; signature?: string, error?: string }> {
|
||||||
logger.debug('Executing transaction...');
|
logger.debug('Executing transaction...');
|
||||||
const signature = await this.execute(transaction);
|
const signature = await this.execute(transaction);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user