I am seeing a couple of issues been raised in the past. We currently experiencing the same issue. The work around was to delete fee_estimate.dat
and mempool.dat
from the node.
With regards to the below comment from issue 19150 (Originally posted by @maflcko in #19150 (comment)), I would like know what are the recommended config we can apply? Or is there a better way to manage this error?
0It is only possible to estimate fees when you have enough mempool transactions from the outside p2p network
If we encounter the error, after deleting the 2 dat files, the nodes will take some time to catch up and fetch new fee. I would like to check if there will be any alternative fee that user can manually calculate such as using minRelayTxFee
?