Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. {'message': 'Nonce too low', 'code': -32000}
  2.  
  3. let nonce = web3js.eth.getTransactionCount(myAddress);
  4. let transactionObject = {
  5. ...
  6. nonce: web3js.utils.toHex(nonce)
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement