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 #1813

Merged
merged 1 commit into from Feb 25, 2022

Commits on Feb 21, 2022

  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/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 Feb 21, 2022
    Copy the full SHA
    2ce1c60 View commit details
    Browse the repository at this point in the history