We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743c7a2 commit c17d0d0Copy full SHA for c17d0d0
bin/asm-runner/src/prover/input.rs
@@ -79,6 +79,7 @@ impl InputBuilder {
79
.context("anchor state not found")?;
80
let anchor_state = asm_state.state();
81
82
+ // TODO: https://alpenlabs.atlassian.net/browse/STR-2958 Construct proper MohoState
83
let inner_state_commitment = AsmStfProgram::compute_state_commitment(anchor_state);
84
let moho_state = moho_types::MohoState::new(
85
inner_state_commitment,
0 commit comments