pub fn create_test_header(timestamp: u64, prev_hash: [u8; 32]) -> BlockHeaderExpand description
Create a block header with the given timestamp and previous block hash. Shared by integration tests so fixture behavior stays consistent.
pub fn create_test_header(timestamp: u64, prev_hash: [u8; 32]) -> BlockHeaderCreate a block header with the given timestamp and previous block hash. Shared by integration tests so fixture behavior stays consistent.