Browse Source

itest: change feeServiceTarget to be 1

master
yyforyongyu 3 years ago
parent
commit
26858da59d
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868
  1. 2
      lntest/fee_service.go

2
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.

Loading…
Cancel
Save