MCPcopy Create free account
hub / github.com/BitVM/BitVM / get_valid_proof

Function get_valid_proof

bridge/tests/bridge/helper.rs:308–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306}
307
308pub fn get_valid_proof() -> RawProof {
309 get_proof()
310}
311
312pub fn invalidate_proof(valid_proof: &RawProof) -> RawProof {
313 let mut invalid_proof = valid_proof.clone();

Callers 1

setup_testFunction · 0.85

Calls 1

get_proofFunction · 0.85

Tested by

no test coverage detected