Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blockchain: don't flush index on ProcessBlockHeader
To avoid additional code dealing with starting from a point where we already have some headers, don't flush the index after just verifying one header. This also has the side-effect of making the process bit faster since there's no disk i/o happening now.
- Loading branch information