pub fn create_dummy_block(
    prev_blockhash: BlockHash,
    time: u32,
    txdata: Vec<Transaction>,
) -> Block