Closed zouppen closed 10 years ago
Blocks containing fixed-width hashes instead of full transactions may safely be packed right after header without length indicator because the count can be inferred from message length:
tx_count = (block_length - block_header_size) / SHA256_DIGEST_LENGTH
Blocks containing fixed-width hashes instead of full transactions may safely be packed right after header without length indicator because the count can be inferred from message length: