Fix a typo in a comment in block.rs
This commit is contained in:
parent
61b4c5f1ee
commit
f1de07889c
|
|
@ -109,7 +109,7 @@ pub struct BlockHeader {
|
||||||
pub merkle_root_hash: MerkleTreeRootHash,
|
pub merkle_root_hash: MerkleTreeRootHash,
|
||||||
|
|
||||||
/// [Sapling onward] The root LEBS2OSP256(rt) of the Sapling note
|
/// [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.
|
/// this block.
|
||||||
pub final_sapling_root_hash: SaplingNoteTreeRootHash,
|
pub final_sapling_root_hash: SaplingNoteTreeRootHash,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue