chainfee: fix maxBlockTarget value

This commit is contained in:
yyforyongyu 2021-05-06 19:11:43 +08:00
parent cafa6246a9
commit 6242158d51
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -19,7 +19,7 @@ const (
// a WebAPIEstimator will cache fees for. This number is chosen
// because it's the highest number of confs bitcoind will return a fee
// estimate for.
maxBlockTarget uint32 = 1009
maxBlockTarget uint32 = 1008
// minBlockTarget is the lowest number of blocks confirmations that
// a WebAPIEstimator will cache fees for. Requesting an estimate for