Skip to content

Don't attempt to compute the number of missed blocks when the first

Eric Frias requested to merge skip-missed-block-checks-for-block-one into develop

block is pushed to the database. This code didn't do anything, but caused several second delays when processing the first block in a new testnet (where the code would otherwise think tens of millions of blocks have been skipped)

Merge request reports