https://gitlab.com/tezos/tezos
Raw File
Tip revision: 54ab7c5b9c3f35664f8453f6a15412c456bd90a9 authored by Antoine Lanco on 03 April 2024, 11:45:42 UTC
DROP! Kernel:for migration
Tip revision: 54ab7c5
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