Bläddra i källkod

fix comment in run-test-node.sh

Mokhtar Naamani 3 år sedan
förälder
incheckning
048654aed5
1 ändrade filer med 2 tillägg och 3 borttagningar
  1. 2 3
      tests/network-tests/run-test-node.sh

+ 2 - 3
tests/network-tests/run-test-node.sh

@@ -4,9 +4,8 @@ set -e
 SCRIPT_PATH="$(dirname "${BASH_SOURCE[0]}")"
 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
 
 # Initial account balance for Alice