Add dev flag to setup script
This commit is contained in:
parent
4c1ff9ecbf
commit
9cac8e6086
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user