Changed comment, wrong implementation

Refers to LND, should be c-lightning
pull/640/head
keblek 4 years ago committed by GitHub
parent 32b3480e42
commit 8c4923a01c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
#!/bin/bash
set -Eeuo pipefail
# Generate a new receiving address for LND wallet
# Generate a new receiving address for c-lightning wallet
address=$(lightning-cli --lightning-dir=/lightningd --network regtest newaddr | jq .address)
# Ask Bitcoin Core to send 10 BTC to the address, using JSON-RPC call

Loading…
Cancel
Save