File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/lib/zkapp_command_builder Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ let mk_account_update_body ?preconditions ?(increment_nonce = false)
4545
4646let mk_zkapp_command ?memo ~fee ~fee_payer_pk ~fee_payer_nonce account_updates :
4747 Zkapp_command. t =
48- let signature_kind = Mina_signature_kind. t_DEPRECATED in
4948 let fee_payer : Account_update.Fee_payer.t =
5049 Account_update.Fee_payer. make
5150 ~body:
@@ -60,7 +59,7 @@ let mk_zkapp_command ?memo ~fee ~fee_payer_pk ~fee_payer_nonce account_updates :
6059 Option. value_map memo ~default: Signed_command_memo. dummy
6160 ~f: Signed_command_memo. create_from_string_exn
6261 in
63- Zkapp_command. write_all_proofs_to_disk ~signature_kind
62+ Zkapp_command. write_all_proofs_to_disk ~signature_kind: Testnet
6463 ~proof_cache_db: (Proof_cache_tag.For_tests. create_db () )
6564 { Zkapp_command.Poly. fee_payer
6665 ; memo
@@ -89,7 +88,7 @@ let proof_cache_db = Proof_cache_tag.For_tests.create_db ()
8988*)
9089let replace_authorizations ?prover ~keymap (zkapp_command : Zkapp_command.t ) :
9190 Zkapp_command. t Async_kernel.Deferred. t =
92- let signature_kind = Mina_signature_kind. t_DEPRECATED in
91+ let signature_kind = Mina_signature_kind. Testnet in
9392 let txn_commitment, full_txn_commitment =
9493 Zkapp_command. get_transaction_commitments ~signature_kind zkapp_command
9594 in
You can’t perform that action at this time.
0 commit comments