remove 'localhost' leader (redundant, un-dig-friendly)

This commit is contained in:
Rob Walker 2018-08-31 00:32:18 -07:00
parent 210a4d0640
commit 9d1eb4f9ea
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ echo "--- Wallet sanity"
echo "--- Node count"
(
set -x
./multinode-demo/client.sh localhost --num-nodes 3 --converge-only
./multinode-demo/client.sh --num-nodes 3 --converge-only
) || flag_error
killBackgroundCommands