https://gitlab.com/tezos/tezos
Raw File
Tip revision: 53fd3c6c92c20e029ac3b6dd83fe734e24bf4606 authored by Albin Coquereau on 04 October 2023, 13:47:33 UTC
change: add entry for new rpcs and breaking changes for monitoring
Tip revision: 53fd3c6
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