Browse Source

clarify that there are only two nodes

0.13
Jameson Lopp 10 years ago
parent
commit
a681663e28
  1. 2
      qa/rpc-tests/conflictedbalance.sh

2
qa/rpc-tests/conflictedbalance.sh

@ -49,7 +49,7 @@ B2ARGS="-datadir=$D2 -debug=mempool" @@ -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

Loading…
Cancel
Save