itest: change feeServiceTarget to be 1

This commit is contained in:
yyforyongyu 2021-06-24 20:53:50 +08:00
parent a77225ba9e
commit 26858da59d
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -15,7 +15,7 @@ const (
// feeServiceTarget is the confirmation target for which a fee estimate // feeServiceTarget is the confirmation target for which a fee estimate
// is returned. Requests for higher confirmation targets will fall back // is returned. Requests for higher confirmation targets will fall back
// to this. // to this.
feeServiceTarget = 2 feeServiceTarget = 1
) )
// feeService runs a web service that provides fee estimation information. // feeService runs a web service that provides fee estimation information.