From f1e7b89e8d923d0d4b48052a7a8a187ac97408a3 Mon Sep 17 00:00:00 2001 From: SantiagoPittella Date: Fri, 6 Dec 2024 12:47:17 -0300 Subject: [PATCH] docs: remove old doc from field --- bin/tx-prover/src/commands/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/tx-prover/src/commands/mod.rs b/bin/tx-prover/src/commands/mod.rs index d62e1acee..ed8b11bba 100644 --- a/bin/tx-prover/src/commands/mod.rs +++ b/bin/tx-prover/src/commands/mod.rs @@ -152,9 +152,6 @@ pub enum Command { /// [miden_tx_prover::PROVER_SERVICE_CONFIG_FILE_NAME] constant. Init(Init), /// Starts the workers with the configuration defined in the command. - /// - /// The worker includes a health check server that listens on a given address and port, also - /// defined in the command. StartWorker(StartWorker), /// Starts the proxy defined in the config file. StartProxy(StartProxy),