itest: change feeServiceTarget to be 1
This commit is contained in:
parent
a77225ba9e
commit
26858da59d
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user