]> Git Repo - VerusCoin.git/blobdiff - src/merkleblock.cpp
test
[VerusCoin.git] / src / merkleblock.cpp
index 4d90fd8cd7dfe6eb6036fb5718f201e8891a627e..f8e877df25c906add02851d562c230d2a3f61b51 100644 (file)
@@ -168,7 +168,7 @@ uint256 CPartialMerkleTree::ExtractMatches(std::vector<uint256> &vMatch) {
     // traverse the partial tree
     unsigned int nBitsUsed = 0, nHashUsed = 0;
     uint256 hashMerkleRoot = TraverseAndExtract(nHeight, 0, nBitsUsed, nHashUsed, vMatch);
-    // verify that no problems occured during the tree traversal
+    // verify that no problems occurred during the tree traversal
     if (fBad)
         return uint256();
     // verify that all bits were consumed (except for the padding caused by serializing it as a byte sequence)
This page took 0.023774 seconds and 4 git commands to generate.