https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6113e73bd66cf1f514dba69a0d9082b83457f2e8 authored by Julien Coolen on 12 May 2023, 08:58:59 UTC
SCORU: add new constructor to reveal_data type
Tip revision: 6113e73
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