chainfee: fix maxBlockTarget value
This commit is contained in:
parent
cafa6246a9
commit
6242158d51
@ -19,7 +19,7 @@ const (
|
|||||||
// a WebAPIEstimator will cache fees for. This number is chosen
|
// a WebAPIEstimator will cache fees for. This number is chosen
|
||||||
// because it's the highest number of confs bitcoind will return a fee
|
// because it's the highest number of confs bitcoind will return a fee
|
||||||
// estimate for.
|
// estimate for.
|
||||||
maxBlockTarget uint32 = 1009
|
maxBlockTarget uint32 = 1008
|
||||||
|
|
||||||
// minBlockTarget is the lowest number of blocks confirmations that
|
// minBlockTarget is the lowest number of blocks confirmations that
|
||||||
// a WebAPIEstimator will cache fees for. Requesting an estimate for
|
// a WebAPIEstimator will cache fees for. Requesting an estimate for
|
||||||
|
Loading…
Reference in New Issue
Block a user