https://gitlab.com/tezos/tezos
Raw File
Tip revision: 53975fd1f30173d6b8038b2ce5075a15d8bb9c3d authored by Alain Mebsout on 10 November 2023, 16:41:14 UTC
Rollup node: replay L2 chain since LCC on import
Tip revision: 53975fd
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