Unauthenticated P2P headers with invalid PoW accepted as best header state (out of scope — Sybil)
`AcceptBlockHeader()` calls `CheckBlockHeader(..., fCheckPOW=0)`, so unauthenticated P2P headers with no valid Equihash solution are indexed as `BLOCK_VALID_TREE` and can be promoted to `pindexBestHeader`, poisoning header/sync state with work that can never validate as full blocks. Marked out of scope by the PirateNetwork team (a material effect would require Sybil-scale influence); retained for the technical record.