From f1de07889cab71aaaa7a7bce075ef663c3e78d7c Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 4 Jun 2020 18:18:55 +1000 Subject: [PATCH] Fix a typo in a comment in block.rs --- zebra-chain/src/block.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/block.rs b/zebra-chain/src/block.rs index 71cd5d1b..4a70f1d2 100644 --- a/zebra-chain/src/block.rs +++ b/zebra-chain/src/block.rs @@ -109,7 +109,7 @@ pub struct BlockHeader { pub merkle_root_hash: MerkleTreeRootHash, /// [Sapling onward] The root LEBS2OSP256(rt) of the Sapling note - /// commitment tree corresponding to the finnal Sapling treestate of + /// commitment tree corresponding to the final Sapling treestate of /// this block. pub final_sapling_root_hash: SaplingNoteTreeRootHash,