Fix a typo in a comment in block.rs

This commit is contained in:
teor 2020-06-04 18:18:55 +10:00 committed by Deirdre Connolly
parent 61b4c5f1ee
commit f1de07889c
1 changed files with 1 additions and 1 deletions

View File

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