CHANGELOG

This commit is contained in:
Ethan Buchman
2017-03-06 04:25:55 -05:00
parent 07a9242dba
commit 8449e9794a
2 changed files with 221 additions and 0 deletions
+1
View File
@@ -91,6 +91,7 @@ for failIndex in $(seq $failsStart $failsEnd); do
start_procs 2
# wait for node to handshake and make a new block
# NOTE: --unix-socket is only available in curl v7.40+
curl -s --unix-socket "$RPC_ADDR" http://localhost/status > /dev/null
ERR=$?
i=0