Browse Source

Merge pull request #6073

a681663 clarify that there are only two nodes (Jameson Lopp)
0.13
Wladimir J. van der Laan 10 years ago
parent
commit
c1409d11ad
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  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