mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Merge pull request #6073
a681663
clarify that there are only two nodes (Jameson Lopp)
This commit is contained in:
commit
c1409d11ad
@ -49,7 +49,7 @@ B2ARGS="-datadir=$D2 -debug=mempool"
|
|||||||
$BITCOIND $B2ARGS &
|
$BITCOIND $B2ARGS &
|
||||||
B2PID=$!
|
B2PID=$!
|
||||||
|
|
||||||
# Wait until all four nodes are at the same block number
|
# Wait until both nodes are at the same block number
|
||||||
function WaitBlocks {
|
function WaitBlocks {
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user