trufflesuite / trufflesuite.github.io

Staging Repo of Build Artifacts for Truffle Suite. Find the source at https://github.com/trufflesuite/trufflesuite.com
https://www.trufflesuite.com
34 stars 161 forks source link

Testing pet shop transaction results in Error #176

Closed ddelmoli closed 6 years ago

ddelmoli commented 6 years ago

Error: the tx doesn't have the correct nonce. account has nonce of: 14 tx has nonce of: 20

kwv commented 6 years ago

just hit this myself. It appears to be addressed if you also run truffle deploy per https://github.com/trufflesuite/trufflesuite.github.io/issues/176

bmmpxf commented 6 years ago

Hi @ddelmoli . We've done a big update of the tutorial since your issue was raised, and so this should not occur now.

I'm closing this, but if you still encounter issues, please feel free to raise a new one on our new website repo: https://github.com/trufflesuite/trufflesuite.com/issues (we've moved). Thanks!