chore: fix typo bootnode.rs (#16995)

This commit is contained in:
Skylar Ray
2025-06-23 11:36:47 +03:00
committed by GitHub
parent 55fdebdc0e
commit 9f710adee0

View File

@@ -10,7 +10,7 @@ use tokio::select;
use tokio_stream::StreamExt;
use tracing::info;
/// Satrt a discovery only bootnode.
/// Start a discovery only bootnode.
#[derive(Parser, Debug)]
pub struct Command {
/// Listen address for the bootnode (default: ":30301").