Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify & optimise BurningManAccountingStore.purgeLastTenBlocks
Remove the last 10 blocks one-by-one from the end of the internal linked list of blocks, instead of rebuilding a truncated list from scratch. (This all takes place within a write-lock anyway, so it's atomic.)
- Loading branch information