When a node syncs it can take 10+ hours, the current logic gets head block at start of sync and prints delta information based on that instead of the real delta between last indexed block and chain head block.
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have cleaned up the code in the areas my change touches
[x] My changes generate no new warnings
[x] Any dependent changes have been merged and published in downstream modules
[x] I have checked my code and corrected any misspellings
[x] I have removed any unnecessary console messages
Fixes #19
Description
When a node syncs it can take 10+ hours, the current logic gets head block at start of sync and prints delta information based on that instead of the real delta between last indexed block and chain head block.
Checklist: