Skip to content

Commit 2688cfd

Browse files
committed
Batch Txn Tool: push sig kind out of there_and_back_again
1 parent f7bc3b0 commit 2688cfd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/app/batch_txn_tool/batch_txn_tool.ml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ let there_and_back_again ~num_txn_per_acct ~txns_per_block ~slot_time ~fill_rate
153153
~origin_sender_secret_key_path
154154
~(origin_sender_secret_key_pw_option : string option)
155155
~returner_secret_key_path ~(returner_secret_key_pw_option : string option)
156-
~graphql_target_node_option ~minimum_user_command_fee () =
156+
~graphql_target_node_option ~minimum_user_command_fee ~signature_kind () =
157157
let open Deferred.Let_syntax in
158158
(* define the rate limiting function *)
159159
let open Logger in
@@ -261,7 +261,7 @@ let there_and_back_again ~num_txn_per_acct ~txns_per_block ~slot_time ~fill_rate
261261
~sender_keypair:sender_kp ~receiver_pub_key ~amount:base_send_amount
262262
~fee:fee_amount ~nonce ~memo:""
263263
~valid_until:Mina_numbers.Global_slot_since_genesis.max_value
264-
~signature_kind:Mina_signature_kind.t_DEPRECATED
264+
~signature_kind
265265
in
266266
let%bind () =
267267
match res with
@@ -406,7 +406,8 @@ let output_there_and_back_cmds =
406406
~slot_time ~fill_rate ~rate_limit ~rate_limit_level ~rate_limit_interval
407407
~origin_sender_secret_key_path ~origin_sender_secret_key_pw_option
408408
~returner_secret_key_path ~returner_secret_key_pw_option
409-
~graphql_target_node_option ~minimum_user_command_fee )
409+
~graphql_target_node_option ~minimum_user_command_fee
410+
~signature_kind:Mina_signature_kind.t_DEPRECATED )
410411

411412
let () =
412413
Command.run

0 commit comments

Comments
 (0)