Skip to content

Commit

Permalink
minor style fix
Browse files Browse the repository at this point in the history
Co-authored-by: Vovchyk <[email protected]>
  • Loading branch information
asoto-iov and Vovchyk authored Jan 22, 2025
1 parent be1a51f commit 13c4ce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static TransactionArguments processArguments(CallArguments argsParam, Tra
argsRet.setNonce(Optional.ofNullable(argsParam.getNonce())
.map(HexUtils::strHexOrStrNumberToBigInteger)
.orElse(null));
}else {
} else {
argsRet.setNonce(strHexOrStrNumberToBigInteger(argsParam.getNonce(), () -> transactionPool.getPendingState().getNonce(senderAccount.getAddress())));
}

Expand Down

0 comments on commit 13c4ce2

Please sign in to comment.