Permalink
Browse files

Fixed typo in documentation for merkleblock.h

Github-Pull: #10258
Rebased-From: dd07068
  • Loading branch information...
1 parent 3612219 commit d2ec96909acc3eda76ee507456d8f3722a965921 @Mikerah Mikerah committed with luke-jr Apr 22, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/merkleblock.h
View
@@ -23,7 +23,7 @@
* storing a bit for each traversed node, signifying whether the node is the
* parent of at least one matched leaf txid (or a matched txid itself). In
* case we are at the leaf level, or this bit is 0, its merkle node hash is
- * stored, and its children are not explorer further. Otherwise, no hash is
+ * stored, and its children are not explored further. Otherwise, no hash is
* stored, but we recurse into both (or the only) child branch. During
* decoding, the same depth-first traversal is performed, consuming bits and
* hashes as they written during encoding.

0 comments on commit d2ec969

Please sign in to comment.