docs: updated NonceManager method name (#1271).

This commit is contained in:
Richard Moore 2021-02-04 17:22:26 -05:00
parent 3f97b94d15
commit d83c583412
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

@ -58,7 +58,7 @@ Set the current transaction count (nonce) for the signer.
This may be useful in interacting with the signer outside of using This may be useful in interacting with the signer outside of using
this class. this class.
_property: nonceManager.increaseTransactionCount( [ count = 1 ]) => void _property: nonceManager.incrementTransactionCount( [ count = 1 ]) => void
Bump the current transaction count (nonce) by //count//. Bump the current transaction count (nonce) by //count//.
This may be useful in interacting with the signer outside of using This may be useful in interacting with the signer outside of using