Skip to content

Commit 16bf54c

Browse files
committed
demo: fix typo
1 parent 675bd22 commit 16bf54c

File tree

1 file changed

+1
-1
lines changed
  • demo/demo-rollup/provers/risc0/guest-sugondat/src/bin

1 file changed

+1
-1
lines changed

demo/demo-rollup/provers/risc0/guest-sugondat/src/bin/rollup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub fn main() {
2323
let mut stf_verifier = AppVerifier::new(app, SugondatVerifier::from_raw(ROLLUP_NAMESPACE_RAW));
2424

2525
// This block execution implies a commit to the new state root,
26-
// the commit will be visible in the recepeit (as public output)
26+
// the commit will be visible in the receipt (as public output)
2727
stf_verifier
2828
.run_block(guest, storage)
2929
.expect("Prover must be honest");

0 commit comments

Comments
 (0)