From 44d0ad90e9395f605a505d6f6cdd69a20f6d553d Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 11 Apr 2018 12:19:48 +0300 Subject: [PATCH] block: fix a small typo in comment --- src/blockdata/block.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blockdata/block.rs b/src/blockdata/block.rs index f574caf..5880cf2 100644 --- a/src/blockdata/block.rs +++ b/src/blockdata/block.rs @@ -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)