https://gitlab.com/tezos/tezos
Raw File
Tip revision: ca4b2750ed9d81725d357b18c8abef46e74e2c7e authored by Arvid Jakobsson on 13 February 2024, 12:24:32 UTC
fixup! give default value to CI_NODE_INDEX
Tip revision: ca4b275
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