https://gitlab.com/tezos/tezos
Raw File
Tip revision: 57a17ec2e47c5d5a9d5d852c03b878ed75be3e8d authored by Thomas Letan on 29 February 2024, 15:03:23 UTC
EVM Node: Support streaming upgrade events
Tip revision: 57a17ec
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