https://gitlab.com/tezos/tezos
Raw File
Tip revision: cd94c321209a7ae6095ebbc3e081bd7c8cf98174 authored by lin on 10 August 2023, 13:10:38 UTC
fixup! Hard-code reveal_dal result in debugger
Tip revision: cd94c32
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