Skip to content

Commit

Permalink
Fixed visibility issue on getNonce in FastRawTransanctionManager
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Nov 17, 2017
1 parent 4fb7b87 commit 9ad07c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public FastRawTransactionManager(
}

@Override
synchronized BigInteger getNonce() throws IOException {
protected synchronized BigInteger getNonce() throws IOException {
if (nonce.signum() == -1) {
// obtain lock
nonce = super.getNonce();
Expand Down

0 comments on commit 9ad07c2

Please sign in to comment.