diff --git a/src/header.rs b/src/header.rs index 523cf1b47..556795b40 100644 --- a/src/header.rs +++ b/src/header.rs @@ -2,7 +2,7 @@ use util::*; use basic_types::*; use time::now_utc; -/// Type for BlockNumber +/// Type for Block number pub type BlockNumber = u64; /// A block header.