From 7115a145d9ddd232b8d4e6265eea19092dfe2725 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sun, 28 Oct 2012 19:13:27 -0700 Subject: [PATCH] Cosmetic. --- src/HashedObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {