From fe973d694d9e88396f9ccb49e07cfb6291466089 Mon Sep 17 00:00:00 2001 From: TonySanak Date: Mon, 3 Oct 2022 09:33:29 -0700 Subject: [PATCH] Update sample-lnd.conf bitcoin.rpcpolling has to be set to true, otherwise malformed key=value (bitcoind.rpcpolling) error happens during initialization. --- sample-lnd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index 4ba5d3c45..3afa98586 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -613,7 +613,7 @@ bitcoin.node=btcd ; instead of using the zmq interface. Only the rpcpolling option needs to ; be set in order to enable this, the rest of the options can be used to ; change the default values used for this configuration. -; bitcoind.rpcpolling +; bitcoind.rpcpolling=true ; bitcoind.blockpollinginterval=1m ; bitcoind.txpollinginterval=30s