diff --git a/node-data/src/message.rs b/node-data/src/message.rs index 9912e95003..37aecc8f4c 100644 --- a/node-data/src/message.rs +++ b/node-data/src/message.rs @@ -753,7 +753,7 @@ pub mod payload { #[default] /// A full block fetched by block hash BlockFromHash, - /// A full Block fetched by block height + /// A full block fetched by block height BlockFromHeight, /// A candidate block fetched by block hash, Cert is None CandidateFromHash,