I have been experimenting with truffle recently.
Whenever I try to setup a transaction I keep getting the same error below
Error: Error: the tx doesn't have the correct nonce. account has nonce of: 14 tx has nonce of: 0
Checked online and read up on a lot of articles related to this but so far haven't found what might be causing this issue.
- Truffle v3.4.7
- Solidity v0.4.13
- Npm v5.3.0
- TestRPC v4.0.1 (also happen with Ganache)
- Metamask v3.9.5
From what I understand it seems it is unable to find the previous transactions to hash the new transaction?