mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-17 05:30:43 +02:00
clarify that there are only two nodes
This commit is contained in:
parent
1d9d314573
commit
a681663e28
@ -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