processBlockHeaders

fun processBlockHeaders(hdrs: MutableList<out iBlockHeader>, dbdao: BlockHeaderDatabase, checkLast: Int = 25, checkRandom: Int = 25): Boolean

Attach these headers to existing chains in our DB and commit them. The passed hdrs list are expected to be in parent->child order

Return

false if given nothing useful: every header provided was already known to us, or no headers were provided