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

mempool/estimatefee: Fix negative index bug #11

Merged
merged 1 commit into from
Dec 22, 2021

Commits on Dec 21, 2021

  1. mempool/estimatefee: Fix negative index bug

    Fixes a negative index bug that makes the node crash on chain
    reorganizations.  The bug is detailed in
    github.com/btcsuite/btcd/issues/1660.
    
    A better design than just skipping the transaction would make
    the fee estimator more accurate and that should implemented
    at a later date.
    kcalvinalvin committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    abb6094 View commit details
    Browse the repository at this point in the history