Skip to content

Commit

Permalink
Add a note for nonce value to sendTranferTx.js
Browse files Browse the repository at this point in the history
  • Loading branch information
platfowner committed Jul 5, 2024
1 parent 4d9e070 commit 092ea07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/transfer/sendTransferTx.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ function buildTransferTxBody(fromAddr, toAddr, key, amount, timestamp) {
},
gas_price: 500,
timestamp,
// NOTE(platfowner): Nonce value can be changed manually for ordered or numbered transactions.
nonce: -1
// nonce: -2
// nonce: 0
// nonce: -2
// nonce: N // 0, 1, 2, ...
}
}

Expand Down

0 comments on commit 092ea07

Please sign in to comment.