NonceManager.incrementTransactionCount(0) bug #3062
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
Ethers Version
5.6.8
Search Terms
nonce manager, increment nonce
Describe the Problem
nonceManager.incrementTransactionCount(0)
increments nonce by 1.The bug is on this line https://github.com/ethers-io/ethers.js/blob/master/packages/experimental/src.ts/nonce-manager.ts#L49
It should be changed to:
Code Snippet
Contract ABI
No response
Errors
No response
Environment
No response
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: