block: fix a small typo in comment

This commit is contained in:
Roman Zeyde 2018-04-11 12:19:48 +03:00
parent d759a267a0
commit 44d0ad90e9
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ pub struct BlockHeader {
pub prev_blockhash: Sha256dHash,
/// The root hash of the merkle tree of transactions in the block
pub merkle_root: Sha256dHash,
/// The timestamp of the block, as claimed by the mainer
/// The timestamp of the block, as claimed by the miner
pub time: u32,
/// The target value below which the blockhash must lie, encoded as a
/// a float (with well-defined rounding, of course)