mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Fix macaroon path in readme example config (#2211)
This commit is contained in:
parent
9e1ec67381
commit
0c0ce30006
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ network=mainnet
|
||||||
[lightning]
|
[lightning]
|
||||||
backend=lnd
|
backend=lnd
|
||||||
lnd_tls_cert_path=~/.lnd/tls.cert
|
lnd_tls_cert_path=~/.lnd/tls.cert
|
||||||
lnd_macaroon_path=~/.lnd/data/chain/bitcoin/testnet/admin.macaroon
|
lnd_macaroon_path=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
|
||||||
|
|
||||||
[bitcoin]
|
[bitcoin]
|
||||||
rpc_host=localhost
|
rpc_host=localhost
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue