We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67023e9 commit dd07068Copy full SHA for dd07068
src/merkleblock.h
@@ -23,7 +23,7 @@
23
* storing a bit for each traversed node, signifying whether the node is the
24
* parent of at least one matched leaf txid (or a matched txid itself). In
25
* 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
+ * stored, and its children are not explored further. Otherwise, no hash is
27
* stored, but we recurse into both (or the only) child branch. During
28
* decoding, the same depth-first traversal is performed, consuming bits and
29
* hashes as they written during encoding.
0 commit comments