https://gitlab.com/tezos/tezos
Raw File
Tip revision: 2f1c1cd210c1135bc647a87aa02706e56f89283a authored by Hans Hoglund on 06 January 2022, 11:06:08 UTC
Proto: SCORU: Add /sc_rollup/.../last_final_commitment
Tip revision: 2f1c1cd
yes-stresstest.patch
--- a/src/proto_alpha/lib_client_commands/client_proto_stresstest_commands.ml
+++ b/src/proto_alpha/lib_client_commands/client_proto_stresstest_commands.ml
@@ -998,7 +998,4 @@ let generate_random_transactions =
                (fun _retcode -> save_injected_operations ())) ;
           launch cctxt parameters state rng_state save_pool)
 
-let commands network () =
-  match network with
-  | Some `Mainnet -> []
-  | Some `Testnet | None -> [generate_random_transactions]
+let commands _network () = [generate_random_transactions]
back to top