Skip to content

Commit

Permalink
Fix run-3node-cluster.sh script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Shevchenko committed Dec 12, 2019
1 parent 61fd9a5 commit 8840f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarking/cluster3nodes/run-3node-cluster.sh
Expand Up @@ -59,7 +59,7 @@ function commonargs() {
printf -- "--topology configuration/simple-topology.json "
printf -- "--database-path ./db/ "
printf -- "--genesis-file ${genesis_file} "
printf -- "--genesis-hash ${genesis_hash}"
printf -- "--genesis-hash ${genesis_hash} "
printf -- "--socket-dir /tmp/cluster3nodes-socket/ "
}

Expand Down

0 comments on commit 8840f41

Please sign in to comment.