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