forked from cerc-io/ipld-eth-server
Add dev flag to setup script
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user