Add note about invalid nonce with metamask to readme

This commit is contained in:
bumi 2018-04-03 20:22:52 +02:00
parent fc4c964253
commit 13ce6b1a94

View File

@ -88,3 +88,9 @@ Deployment is best done using the [truffle deployer]()
`registry.upgrade('Token', 2)`
## Known Issues
When resetting ganache Metamask might have an invalid transaction nonce and transactions get rejected.
Nonces in Ethereum must be incrementing and have no gap.
To solve this reset the metamask account (Account -> Settings -> Reset Account)