Skip to content

Commit

Permalink
Fix echoed message about mining blocks (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis authored Dec 23, 2024
1 parent 0ca3703 commit b4352e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit b4352e7

Please sign in to comment.