Fixing docs for BlockNumber

This commit is contained in:
Tomusdrw 2016-01-20 20:44:26 +01:00
parent 9048a608da
commit 78b279a734

View File

@ -2,7 +2,7 @@ use util::*;
use basic_types::*; use basic_types::*;
use time::now_utc; use time::now_utc;
/// Current number of block type /// Type for BlockNumber
pub type BlockNumber = u64; pub type BlockNumber = u64;
/// A block header. /// A block header.