modified private contract script name

This commit is contained in:
jpmsam
2018-05-23 11:22:36 -04:00
parent d5a810eb6a
commit 2ae487d7fb
2 changed files with 2 additions and 2 deletions

View File

@@ -20,4 +20,4 @@ set +v
echo
echo "All nodes configured. See 'qdata/logs' for logs, and run e.g. 'geth attach qdata/dd1/geth.ipc' to attach to the first Geth node."
echo "To test sending a private transaction from Node 1 to Node 7, run './runscript.sh script1.js'"
echo "To test sending a private transaction from Node 1 to Node 7, run './runscript.sh private-contract.js'"

View File

@@ -20,4 +20,4 @@ set +v
echo
echo "All nodes configured. See 'qdata/logs' for logs, and run e.g. 'geth attach qdata/dd1/geth.ipc' to attach to the first Geth node."
echo "To test sending a private transaction from Node 1 to Node 7, run './runscript.sh script1.js'"
echo "To test sending a private transaction from Node 1 to Node 7, run './runscript.sh private-contract.js'"