Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanic committed Nov 2, 2023
1 parent 0998a7a commit 96dbf6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/protocol/src/blockmodules/AccountStateModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export class AccountStateModule extends ProvableTransactionHook<Record<string, n

const currentNonce = accountState.nonce;

console.log(`Current Nonce ${currentNonce.toString()}, tx: ${transaction.nonce.toString()}`);

assert(currentNonce.equals(transaction.nonce), "Nonce not matching");

this.accountState.set(
Expand Down

0 comments on commit 96dbf6c

Please sign in to comment.