From 26858da59d6d9bb263d4c91efc66c9a67f3fac55 Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 24 Jun 2021 20:53:50 +0800 Subject: [PATCH] itest: change feeServiceTarget to be 1 --- lntest/fee_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.