-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix resyncing the ticket database after unexpected shutdown (#157)
The ticket database would restore from the genesis block if it failed the check to see if the tip matched with the database best block. This corrects the resyncing such that if it finds a matching block for the ticket database top block in the database, it instead resyncs from that block instead of the genesis block.
- Loading branch information
Showing
1 changed file
with
91 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters