Add dev flag to setup script

This commit is contained in:
Eric Meyer 2017-10-26 12:26:02 -05:00
parent 4c1ff9ecbf
commit 9cac8e6086

View File

@ -3,4 +3,4 @@ echo "Deleting test blockchain"
rm -rf test_data_dir
echo "Creating test blockchain with a new account"
mkdir test_data_dir
geth --datadir test_data_dir --password .private_blockchain_password account new
geth --dev --datadir test_data_dir --password .private_blockchain_password account new