https://github.com/bitcoin/bitcoin/blob/master/src/chain.h#L115
It mentions "1 <= vtx count <= max" but I think this is actually for BLOCK_VALID_TRANSACTIONS. It is not possible to know the number of txs with the header only, anyway
https://github.com/bitcoin/bitcoin/blob/master/src/chain.h#L115
It mentions "1 <= vtx count <= max" but I think this is actually for BLOCK_VALID_TRANSACTIONS. It is not possible to know the number of txs with the header only, anyway
I think BLOCK_VALID_HEADER is not actually used at all