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