X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Ftxdb-leveldb.cpp;fp=src%2Ftxdb-leveldb.cpp;h=f68c53783d0f9eced3ecced260105c3deacac7eb;hb=9db337843422fcc97df8e3747a9828f6dc2395b5;hp=1d1ca5d655b8e07e830c6df389088c861350cddb;hpb=ed19aa4031ed639bc9f127669b8639013834112f;p=novacoin.git diff --git a/src/txdb-leveldb.cpp b/src/txdb-leveldb.cpp index 1d1ca5d..f68c537 100644 --- a/src/txdb-leveldb.cpp +++ b/src/txdb-leveldb.cpp @@ -64,7 +64,7 @@ void init_blockindex(leveldb::Options& options, bool fRemoveOld = false) { } // CDB subclasses are created and destroyed VERY OFTEN. That's why -// we shouldn't treat this as a free operations. +// we shouldn't treat this as free operations. CTxDB::CTxDB(const char* pszMode) { assert(pszMode);