diff --git a/bin/hera/src/gossip.rs b/bin/hera/src/gossip.rs index 424114e..a55fbee 100644 --- a/bin/hera/src/gossip.rs +++ b/bin/hera/src/gossip.rs @@ -20,7 +20,7 @@ pub struct GossipCommand { } impl GossipCommand { - /// Run the discovery subcommand. + /// Run the gossip subcommand. pub async fn run(self, args: &GlobalArgs) -> Result<()> { let signer = ROLLUP_CONFIGS .get(&args.l2_chain_id)