diff --git a/src/HashedObject.cpp b/src/HashedObject.cpp index 537270336..997be4c23 100644 --- a/src/HashedObject.cpp +++ b/src/HashedObject.cpp @@ -19,7 +19,7 @@ HashedObjectStore::HashedObjectStore(int cacheSize, int cacheAge) : bool HashedObjectStore::store(HashedObjectType type, uint32 index, const std::vector& data, const uint256& hash) -{ // return: false=already in cache, true = added to cache +{ // return: false = already in cache, true = added to cache assert(hash == Serializer::getSHA512Half(data)); if (!theApp->getHashNodeDB()) {