Fix echoed message about mining blocks (#1759)

This commit is contained in:
ekzyis 2024-12-23 20:15:37 +01:00 committed by GitHub
parent 0ca37038dd
commit b4352e74b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ services:
echo "Creating wallet and address..."
bitcoin-cli createwallet ""
nodes+=($$(bitcoin-cli getnewaddress))
echo "Mining 100 blocks to sn_lnd, lnd, cln, eclair..."
echo "Mining 100 blocks to sn_lnd, lnd, cln, router_lnd, eclair..."
for addr in "$${nodes[@]}"; do
bitcoin-cli generatetoaddress 100 $$addr
echo "Mining 100 blocks to a random address..."