mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-01 04:34:30 +01:00
itest: change feeServiceTarget to be 1
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user