We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675bd22 commit 16bf54cCopy full SHA for 16bf54c
demo/demo-rollup/provers/risc0/guest-sugondat/src/bin/rollup.rs
@@ -23,7 +23,7 @@ pub fn main() {
23
let mut stf_verifier = AppVerifier::new(app, SugondatVerifier::from_raw(ROLLUP_NAMESPACE_RAW));
24
25
// This block execution implies a commit to the new state root,
26
- // the commit will be visible in the recepeit (as public output)
+ // the commit will be visible in the receipt (as public output)
27
stf_verifier
28
.run_block(guest, storage)
29
.expect("Prover must be honest");
0 commit comments