aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-05-11 13:40:57 +0200
committerWladimir J. van der Laan <[email protected]>2015-05-11 13:41:03 +0200
commitc1409d11ad30ff6da37d8bcabe374d42edacb41d (patch)
tree7b22305303ccdb614b4ba5df06706bd7fa26b3ae
parentMerge pull request #6093 (diff)
parentclarify that there are only two nodes (diff)
downloaddiscoin-c1409d11ad30ff6da37d8bcabe374d42edacb41d.tar.xz
discoin-c1409d11ad30ff6da37d8bcabe374d42edacb41d.zip
Merge pull request #6073
a681663 clarify that there are only two nodes (Jameson Lopp)
-rwxr-xr-xqa/rpc-tests/conflictedbalance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/conflictedbalance.sh b/qa/rpc-tests/conflictedbalance.sh
index 3b6c8dc31..7e4409737 100755
--- a/qa/rpc-tests/conflictedbalance.sh
+++ b/qa/rpc-tests/conflictedbalance.sh
@@ -49,7 +49,7 @@ B2ARGS="-datadir=$D2 -debug=mempool"
$BITCOIND $B2ARGS &
B2PID=$!
-# Wait until all four nodes are at the same block number
+# Wait until both nodes are at the same block number
function WaitBlocks {
while :
do