Explorar el Código

fix comment in run-test-node.sh

Mokhtar Naamani hace 3 años
padre
commit
048654aed5
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  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