diff --git a/sequencer/src/bin/deploy.rs b/sequencer/src/bin/deploy.rs index 022265034..2bf82d5bd 100644 --- a/sequencer/src/bin/deploy.rs +++ b/sequencer/src/bin/deploy.rs @@ -82,7 +82,7 @@ struct Options { #[clap(flatten)] contracts: DeployedContracts, - /// If toggled, launch a mock prover contract that does not do any proof verification. + /// If toggled, launch a mock prover contract with a smaller verification key. #[clap(short, long)] pub use_mock_contract: bool,