Revision 9dc080096a163b9831606f1c8c527aa3ed129779 authored by Marge Bot on 22 December 2023, 15:01:47 UTC, committed by Marge Bot on 22 December 2023, 15:01:47 UTC
Co-authored-by: Neo <11726174-neo.nomadic@users.noreply.gitlab.com>

Approved-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com>
Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11127
2 parent s 7feb97c + 393b01a
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