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

Rollback transactions past the last saved recent block. #281

Merged
merged 1 commit into from
May 14, 2015

Commits on May 14, 2015

  1. Rollback transactions past the last saved recent block.

    If a long reorganize occurs farther back than the last saved recent
    block hash (currently max 20 are saved) a full rescan is triggered
    since there is no guarantee the previous blocks weren't also removed
    in the reorg.  In this case, the address manager was set unsynced, but
    transaction history was not rolled back as well.  This commit corrects
    this by unconfirming all transactions but those in the genesis block.
    jrick committed May 14, 2015
    Configuration menu
    Copy the full SHA
    edde89c View commit details
    Browse the repository at this point in the history