Skip to content

Commit c17d0d0

Browse files
committed
add TODO for proper moho state construction
1 parent 743c7a2 commit c17d0d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/asm-runner/src/prover/input.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ impl InputBuilder {
7979
.context("anchor state not found")?;
8080
let anchor_state = asm_state.state();
8181

82+
// TODO: https://alpenlabs.atlassian.net/browse/STR-2958 Construct proper MohoState
8283
let inner_state_commitment = AsmStfProgram::compute_state_commitment(anchor_state);
8384
let moho_state = moho_types::MohoState::new(
8485
inner_state_commitment,

0 commit comments

Comments
 (0)