Revision a8ea8a4d15a6f32a1f9ae3b326b46558e7f76b62 authored by Thomas Letan on 02 February 2024, 18:50:32 UTC, committed by Arvid Jakobsson on 06 February 2024, 09:23:55 UTC
1 parent a6a40d6
Raw File
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
@@ -1951,2 +1951,1 @@ let fund_accounts_from_source : Protocol_client_context.full Tezos_clic.command
-let commands network () =
-  match network with Some `Mainnet -> [] | Some `Testnet | None -> commands
+let commands _network () = commands
back to top