Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpc: update estimatesmartfee to return max of CBlockPolicyEstimator::estimateSmartFee, mempoolMinFee and minRelayTxFee #22722

Merged
merged 1 commit into from
Sep 28, 2021

Commits on Sep 28, 2021

  1. update estimatesmartfee rpc to return max of estimateSmartFee, mempoo…

    …lMinFee and minRelayTxFee.
    
    This will provide better estimates which would be closer to fee paid in actual
    transactions.
    The test has also been changed such that when the node is restarted with a
    high mempoolMinFee, the estimatesmartfee still returns a feeRate greater
    than or equal to the mempoolMinFee, minRelayTxFee.(just like the feeRate of actual transactions)
    pranabp-bit committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    ea31caf View commit details
    Browse the repository at this point in the history