mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
Update sample-lnd.conf
bitcoin.rpcpolling has to be set to true, otherwise malformed key=value (bitcoind.rpcpolling) error happens during initialization.
This commit is contained in:
parent
bc5638428e
commit
fe973d694d
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ bitcoin.node=btcd
|
||||||
; instead of using the zmq interface. Only the rpcpolling option needs to
|
; 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
|
; be set in order to enable this, the rest of the options can be used to
|
||||||
; change the default values used for this configuration.
|
; change the default values used for this configuration.
|
||||||
; bitcoind.rpcpolling
|
; bitcoind.rpcpolling=true
|
||||||
; bitcoind.blockpollinginterval=1m
|
; bitcoind.blockpollinginterval=1m
|
||||||
; bitcoind.txpollinginterval=30s
|
; bitcoind.txpollinginterval=30s
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue