Skip to content

Commit

Permalink
More log curation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanson-github committed Dec 10, 2024
1 parent 2a8f013 commit fad8e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state-manager/TransactionQueue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ class TransactionQueue {
}

isTxInPendingNonceQueue(accountId: string, txId: string): boolean {
this.mainLogger.debug(`isTxInPendingNonceQueue ${accountId} ${txId}`, this.nonceQueue)
/* prettier-ignore */ if (logFlags.verbose) this.mainLogger.debug(`isTxInPendingNonceQueue ${accountId} ${txId}`, this.nonceQueue)
const queue = this.nonceQueue.get(accountId)
if (queue == null) {
return false
Expand Down

0 comments on commit fad8e05

Please sign in to comment.