diff --git a/mempool/estimatefee.go b/mempool/estimatefee.go index 234c5cf4..e3a46234 100644 --- a/mempool/estimatefee.go +++ b/mempool/estimatefee.go @@ -45,7 +45,7 @@ const ( // it will provide fee estimations. DefaultEstimateFeeMinRegisteredBlocks = 3 - bytePerKb = 1024 + bytePerKb = 1000 btcPerSatoshi = 1E-8 )