You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I install & open ganache to start the development network, the block height is zero;
Using 'truffle migrate' to deploy the contracts on the development network successfully, the block height in ganache is 4;
made a token transfer successfully, the block height in ganache is 5;
close the ganache and reopen ganache, the block height is reset to zero!
I redeploy the contracts,, the block height changed to 4;
made a token transfer failed, for the height is not corresponding.("Error: the tx doesn't have the correct nonce. account has nonce of:4 tx has nonce of:5 at runCall")
How can I fix this problem while using MetaMask to test?
The text was updated successfully, but these errors were encountered:
I'm now following the website below to try to use truffle and ganache in windows 10:
http://truffleframework.com/tutorials/robust-smart-contracts-with-openzeppelin
How can I fix this problem while using MetaMask to test?
The text was updated successfully, but these errors were encountered: