Revision 932b4a7ba6fef4ada63dcff24c528030c3368a6e authored by Joel Bjornson on 09 December 2022, 17:16:40 UTC, committed by Joel Bjornson on 12 December 2022, 17:57:52 UTC
1 parent 7ae046c
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