Expected behavior
when the mempool is empty, i expect something really low, at least smaller than 3 sat/vB, but not 50 sat/vB
Actual behavior
0$ bitcoin-cli -testnet estimatesmartfee 1
1{
2 "feerate": 0.00050106,
3 "blocks": 2
4}
0$ bitcoin-cli -testnet estimatesmartfee 1008
1{
2 "feerate": 0.00050106,
3 "blocks": 111
4}
To reproduce
run bitcoin-cli -testnet estimatesmartfee
on the testnet when the difficulty drops to 1 (happens every few months or so i dont know why)
System information
bitcoincore.org download v23
Any extra information that might be useful in the debugging process.
blocks were flowing in like every few seconds a block got mined