mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-23 05:01:14 +10:00
fixed some typos
This commit is contained in:
@ -109,7 +109,7 @@ export class JitoTransactionExecutor implements TransactionExecutor {
|
||||
return { confirmed: false };
|
||||
} catch (error) {
|
||||
if (error instanceof AxiosError) {
|
||||
logger.trace({ error: error.response?.data }, 'Failed to execute warp transaction');
|
||||
logger.trace({ error: error.response?.data }, 'Failed to execute jito transaction');
|
||||
}
|
||||
logger.error('Error during transaction execution', error);
|
||||
return { confirmed: false };
|
||||
|
||||
Reference in New Issue
Block a user