Skip to content

Commit ac182d3

Browse files
committed
Change staged ledger hash with snarked ledger hash
1 parent 216b65a commit ac182d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

operator/mina/lib/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ fn check_pub_inputs(
139139
&state
140140
.body
141141
.blockchain_state
142-
.staged_ledger_hash
143-
.non_snark
144-
.ledger_hash
142+
.ledger_proof_statement
143+
.target
144+
.first_pass_ledger
145145
});
146146
if pub_inputs
147147
.candidate_chain_ledger_hashes

0 commit comments

Comments
 (0)