-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blockchain: Remove unused db update tracking.
Many years ago, the various threshold states were stored in the database due to performance reasons. However, that logic was removed when the code was updated to support voting since other changes made it quite efficient to simply calculate the states at startup. However, it appears that the dbUpdates field was not removed even though it's not actually used anymore. This removes the field and associated logic accordingly.
- Loading branch information
Showing
2 changed files
with
3 additions
and
15 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
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