Readme: add note about locally running out of funds

This commit is contained in:
bumi 2019-04-15 15:57:53 +02:00
parent 8dcad88372
commit b13bf6e8b0

View File

@ -36,7 +36,7 @@ development ganache.
$ npm run devchain (or aragon devchain --port 7545)
To clear/reset the chain use:
To clear/reset the chain use (e.g. if you run out of funds on your devchain)
$ npm run devchain -- --reset (or aragon devchain --port 7545 --reset)