chainreg: update bitcoind polling config

This commit is contained in:
yyforyongyu
2023-04-19 01:18:04 +08:00
parent d5db1950cd
commit 66d1392f7f
2 changed files with 16 additions and 5 deletions

View File

@@ -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.
//