Skip to content

Commit aa879fb

Browse files
committed
typo
Signed-off-by: Steven Roose <[email protected]>
1 parent 01a98ec commit aa879fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/consensus/merkle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ uint256 BlockWitnessMerkleRoot(const CBlock& block, bool* mutated = nullptr);
2828

2929
/*
3030
* Compute the Merkle root of the transactions in a block using mid-state only.
31-
* Not that the merkle root calculated with this method is not the same as the
31+
* Not that the merkle root calculated with this method is not the same as the
3232
* one computed by ComputeMerkleRoot.
3333
*/
3434
uint256 ComputeFastMerkleRoot(const std::vector<uint256>& hashes);

0 commit comments

Comments
 (0)