During -chronikreindex, CBlockIndex::nSize seems to be 0, and the wrong value is indexed for the block size.
This should potentially be fixed downstream (by setting nSize correctly before running the -chronikreindex loop), but for now, using ::GetSerializeSize fixes the bug.