mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 22:59:38 +02:00
multi: support config bitcoind fee estimate mode
This commit is contained in:
@@ -230,6 +230,9 @@ bitcoin.node=btcd
|
||||
; bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332
|
||||
; bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333
|
||||
|
||||
; Fee estimate mode for bitcoind. It must be either "ECONOMICAL" or "CONSERVATIVE".
|
||||
; If unset, the default value is "CONSERVATIVE".
|
||||
; bitcoind.estimatemode=CONSERVATIVE
|
||||
|
||||
[neutrino]
|
||||
|
||||
@@ -311,6 +314,9 @@ litecoin.node=ltcd
|
||||
; litecoind.zmqpubrawblock=tcp://127.0.0.1:28332
|
||||
; litecoind.zmqpubrawtx=tcp://127.0.0.1:28333
|
||||
|
||||
; Fee estimate mode for litecoind. It must be either "ECONOMICAL" or "CONSERVATIVE".
|
||||
; If unset, the default value is "CONSERVATIVE".
|
||||
; litecoind.estimatemode=CONSERVATIVE
|
||||
|
||||
[autopilot]
|
||||
|
||||
|
Reference in New Issue
Block a user