diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-05-11 13:40:57 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-05-11 13:41:03 +0200 |
| commit | c1409d11ad30ff6da37d8bcabe374d42edacb41d (patch) | |
| tree | 7b22305303ccdb614b4ba5df06706bd7fa26b3ae | |
| parent | Merge pull request #6093 (diff) | |
| parent | clarify that there are only two nodes (diff) | |
| download | discoin-c1409d11ad30ff6da37d8bcabe374d42edacb41d.tar.xz discoin-c1409d11ad30ff6da37d8bcabe374d42edacb41d.zip | |
Merge pull request #6073
a681663 clarify that there are only two nodes (Jameson Lopp)
| -rwxr-xr-x | qa/rpc-tests/conflictedbalance.sh | 2 |
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 |