From 13ce6b1a9418a0ddd080266c60f07a6bfb610efa Mon Sep 17 00:00:00 2001 From: bumi Date: Tue, 3 Apr 2018 20:22:52 +0200 Subject: [PATCH] Add note about invalid nonce with metamask to readme --- README.mdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.mdown b/README.mdown index 81df3a3..4f68baa 100644 --- a/README.mdown +++ b/README.mdown @@ -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)