We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d3b5a1 + c70e119 commit 014706cCopy full SHA for 014706c
scripts/bw-compatibility-test/network.sh
@@ -60,7 +60,7 @@ wait_for_node() {
60
61
echo -n "⌛ Waiting for $node to start (timeout: ${TIMEOUT}s)"
62
63
- while ! $node getinfo 2>/dev/null | grep -q identity_pubkey; do
+ while ! $node state 2>/dev/null | grep -q SERVER_ACTIVE; do
64
echo -n "."
65
sleep 0.5
66
@@ -96,10 +96,10 @@ do_for() {
96
97
# setup_network sets up the basic A <> B <> C <> D network.
98
function setup_network() {
99
- wait_for_nodes alice bob charlie dave
100
-
101
setup_bitcoin
102
+ wait_for_nodes alice bob charlie dave
+
103
do_for fund_node alice bob charlie dave
104
mine 6
105
0 commit comments