mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 06:02:51 +02:00
multi: fee estimation timeout parameters
conf: fee estimation timeout in sample config
This commit is contained in:
@ -62,6 +62,11 @@ const (
|
||||
// have passed since the previously recorded failure before the failure
|
||||
// amount may be raised.
|
||||
DefaultMinFailureRelaxInterval = time.Minute
|
||||
|
||||
// DefaultFeeEstimationTimeout is the default value for
|
||||
// FeeEstimationTimeout. It defines the maximum duration that the
|
||||
// probing fee estimation is allowed to take.
|
||||
DefaultFeeEstimationTimeout = time.Minute
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user