Browse Source

fix: nonce info

Fixes blockstack/docs#1121
fix/update-favicon
Alexander Graebe 4 years ago
parent
commit
948b79717a
  1. 2
      src/pages/understand-stacks/network.md

2
src/pages/understand-stacks/network.md

@ -40,7 +40,7 @@ The API will respond with the fee rate (as integer):
## Nonces
Every account carries a [nonce property](https://en.wikipedia.org/wiki/Cryptographic_nonce) that indicates the number of transactions processed for the given account. Nonces are one-time codes and are incremented by 1 on every transaction.
Every account carries a [nonce property](https://en.wikipedia.org/wiki/Cryptographic_nonce) that indicates the number of transactions processed for the given account. Nonces are one-time codes, starting at `0` for new accounts, and incremented by 1 on every transaction.
Nonces are added to all transactions and help identify them in order to ensure transactions are processed in order and to avoid duplicated processing.

Loading…
Cancel
Save