Skip to content

Commit

Permalink
Update bin/hera/src/gossip.rs
Browse files Browse the repository at this point in the history
Co-authored-by: nicolas <[email protected]>
  • Loading branch information
refcell and merklefruit authored Oct 24, 2024
1 parent fd99d0b commit 105b36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hera/src/gossip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 105b36b

Please sign in to comment.