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

p2p: For assumeutxo, download snapshot chain before background chain #29519

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 29, 2024

  1. p2p: For assumeutxo, download snapshot chain before background chain

    After loading a snapshot, pindexLastCommonBlock is usually already set
    to some block for existing peers. That means we'd continue syncing the
    background chain from those peers instead of prioritising the snapshot
    chain, which defeats the purpose of doing assumeutxo in the first place.
    Only existing peers are affected by this bug.
    mzumsande committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ac547ea View commit details
    Browse the repository at this point in the history