Skip to content

Commit

Permalink
fix: debug nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Apr 15, 2024
1 parent b163f3d commit 776170d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ExecutorService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class ExecutorService {
// }
// }

this.logger.debug(`sending tx via normal rpc`);
this.logger.debug({ nonce: txData.nonce }, `sending tx via normal rpc`);
const signedTx = await this.wallet.signTransaction(txData);
const tx = await this.provider.sendTransaction(signedTx);
this.logger.debug(`sent transaction ${tx.hash}`);
Expand Down

0 comments on commit 776170d

Please sign in to comment.