Skip to content

Commit 3db3ef9

Browse files
committed
fix(sp1-public-values): set tee_proof to None
1 parent 9ba2b78 commit 3db3ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adapters/sp1/host/src/proof.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ impl TryFrom<&ProofReceipt> for SP1ProofReceipt {
4040
proof,
4141
public_values,
4242
sp1_version,
43+
tee_proof: None,
4344
};
4445
Ok(SP1ProofReceipt(proof_receipt))
4546
}

0 commit comments

Comments
 (0)