diff --git a/lntest/fee_service.go b/lntest/fee_service.go index 9f6634b0..f8dbac21 100644 --- a/lntest/fee_service.go +++ b/lntest/fee_service.go @@ -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.