aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests
diff options
context:
space:
mode:
authorJameson Lopp <jameson.lopp@gmail.com>2015-04-27 20:22:06 -0400
committerJameson Lopp <jameson.lopp@gmail.com>2015-04-27 20:22:06 -0400
commita681663e288847f05145e5586d75462a34c81fca (patch)
tree706d1e08e9846803a1b6575b0922c830bc912696 /qa/rpc-tests
parent1d9d314573ee48f6f51107265f1cf1fa9e36c998 (diff)
downloadbitcoin-a681663e288847f05145e5586d75462a34c81fca.tar.xz
clarify that there are only two nodes
Diffstat (limited to 'qa/rpc-tests')
-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 3b6c8dc318..7e44097374 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