Skip to content

Commit

Permalink
Revert to proposed changes
Browse files Browse the repository at this point in the history
Signed-off-by: Junsung Cho <[email protected]>
  • Loading branch information
junsung-cho committed Aug 8, 2024
1 parent 2582953 commit e3ba391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public BigInteger getCurrentNonce() {
}

public synchronized void resetNonce() throws IOException {
nonce = super.getNonce(); //.subtract(BigInteger.ONE);
nonce = super.getNonce().subtract(BigInteger.ONE);
}

public synchronized void clearNonce() {
Expand Down

0 comments on commit e3ba391

Please sign in to comment.