From d95ac6702f48c48611d14e1b543c772de9855f7e Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Tue, 5 Jan 2021 14:53:42 -0800 Subject: [PATCH] Update readme simplify config (#564) * Update README to simplify remove configs * Remove lnd port from README example config --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d0c8e052..fb86aa96 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,9 @@ If you don't already have a bitcoin node or lightning node, you can [follow the ``` [squeaknode] network=testnet - price_msat=1000000 - sync_interval_s=10 [lnd] host=localhost - port=9735 rpc_port=10009 tls_cert_path=~/.lnd/tls.cert macaroon_path=~/.lnd/data/chain/bitcoin/testnet/admin.macaroon