mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
itest: change feeServiceTarget to be 1
This commit is contained in:
parent
a77225ba9e
commit
26858da59d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const (
|
|||
// feeServiceTarget is the confirmation target for which a fee estimate
|
||||
// is returned. Requests for higher confirmation targets will fall back
|
||||
// to this.
|
||||
feeServiceTarget = 2
|
||||
feeServiceTarget = 1
|
||||
)
|
||||
|
||||
// feeService runs a web service that provides fee estimation information.
|
||||
|
|
Loading…
Add table
Reference in a new issue