|
@@ -4,9 +4,8 @@ set -e
|
|
SCRIPT_PATH="$(dirname "${BASH_SOURCE[0]}")"
|
|
SCRIPT_PATH="$(dirname "${BASH_SOURCE[0]}")"
|
|
cd $SCRIPT_PATH
|
|
cd $SCRIPT_PATH
|
|
|
|
|
|
-# Location that will be mounted as the /data volume in containers
|
|
|
|
-# This is how we access the initial members and balances files from
|
|
|
|
-# the containers and where generated chainspec files will be located.
|
|
|
|
|
|
+# Location used to store chain data, generated spec file and initial members
|
|
|
|
+# and balances for the test chain.
|
|
DATA_PATH=./data
|
|
DATA_PATH=./data
|
|
|
|
|
|
# Initial account balance for Alice
|
|
# Initial account balance for Alice
|