mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 08:02:25 +02:00
chainreg: update bitcoind polling config
This commit is contained in:
@@ -2,6 +2,12 @@ package lncfg
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
// DefaultTxPollingJitter defines the default TxPollingIntervalJitter
|
||||
// to be used for bitcoind backend.
|
||||
DefaultTxPollingJitter = 0.5
|
||||
)
|
||||
|
||||
// Bitcoind holds the configuration options for the daemon's connection to
|
||||
// bitcoind.
|
||||
//
|
||||
|
Reference in New Issue
Block a user