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

multi: Flush cache before fetching UTXO stats. #2767

Merged
merged 1 commit into from
Oct 22, 2021

Commits on Oct 20, 2021

  1. multi: Flush cache before fetching UTXO stats.

    This updates the UTXO cache to flush all entries to the backend before
    UTXO stats are fetched.  This ensures that the UTXO stats are always in
    sync with the current best block.
    
    This also does not impact the effectiveness of the UTXO cache since
    entries are still only evicted if necessary.
    rstaudt2 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    adb429b View commit details
    Browse the repository at this point in the history