Skip to content

Commit dd07068

Browse files
committed
Fixed typo in documentation for merkleblock.h
1 parent 67023e9 commit dd07068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/merkleblock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* storing a bit for each traversed node, signifying whether the node is the
2424
* parent of at least one matched leaf txid (or a matched txid itself). In
2525
* case we are at the leaf level, or this bit is 0, its merkle node hash is
26-
* stored, and its children are not explorer further. Otherwise, no hash is
26+
* stored, and its children are not explored further. Otherwise, no hash is
2727
* stored, but we recurse into both (or the only) child branch. During
2828
* decoding, the same depth-first traversal is performed, consuming bits and
2929
* hashes as they written during encoding.

0 commit comments

Comments
 (0)