Revision 1dc89421241199031c8de5c60aaaeefe22fdf9ea authored by Marge Bot on 17 January 2024, 11:25:35 UTC, committed by Marge Bot on 17 January 2024, 11:25:35 UTC
Co-authored-by: Emma Turner <emma.turner@trili.tech>

Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev>
Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech>
Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11508
2 parent s bb2bc7a + d3073e0
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