pub fn dummy_candidate_receipt_v2_bad_sig(
relay_parent: Hash,
commitments: impl Into<Option<Hash>>,
) -> CandidateReceiptV2<Hash>
Expand description
Create a candidate receipt with a bogus signature and filler data. Optionally set the commitment
hash with the commitments
arg.