forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
When calling estimatesmartfee https://developer.bitcoin.org/reference/rpc/estimatesmartfee.html from the command line like this: bitcoin-cli estimatesmartfee 6
, I expect some reasonable results as well as different results depending on the provided conf_target
parameter. Lower conf targets should return higher fees.
{
"feerate": 0.00001000,
"blocks": 6
}
All the time. No matter what conf_target
parameter is passed, it always returns 0.00001000
, which is also much too low.
0.18.1 https://github.com/litecoin-project/litecoin/releases
Ubuntu 20.04 (not sure about the rest)
Metadata
Metadata
Assignees
Labels
No labels