Skip to content

Commit

Permalink
Merge branch 'rampup' into feature/fix-receipt-chain-hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
psteckler authored Oct 24, 2023
2 parents af5962b + 4af0c22 commit aa58750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/archive/lib/processor.ml
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ module Zkapp_account_precondition = struct
in
let receipt_chain_hash =
Zkapp_basic.Or_ignore.to_option acct.receipt_chain_hash
|> Option.map ~f:Kimchi_backend.Pasta.Basic.Fp.to_string
|> Option.map ~f:Receipt.Chain_hash.to_base58_check
in
let proved_state = Zkapp_basic.Or_ignore.to_option acct.proved_state in
let is_new = Zkapp_basic.Or_ignore.to_option acct.is_new in
Expand Down

0 comments on commit aa58750

Please sign in to comment.