Fixing typo

This commit is contained in:
Tomusdrw 2016-01-20 20:45:31 +01:00
parent 78b279a734
commit 80c7dee164
1 changed files with 1 additions and 1 deletions

View File

@ -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.