X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwalletdb.cpp;h=cd90f970783bed5db9c34ffbbe8467e1640f156a;hb=1166c5469f7c489aa92fabc78679ed27f79b91c5;hp=640f78b993dd2da355cdf4b8bc84325c1d5a587f;hpb=1d40b6207e7d1591c47cce149aae84bb60dcc416;p=novacoin.git diff --git a/src/walletdb.cpp b/src/walletdb.cpp index 640f78b..cd90f97 100644 --- a/src/walletdb.cpp +++ b/src/walletdb.cpp @@ -85,7 +85,7 @@ void CWalletDB::ListAccountCreditDebit(const string& strAccount, list& vTxHash) return DB_CORRUPT; } - while (true) + for ( ; ; ) { // Read next record CDataStream ssKey(SER_DISK, CLIENT_VERSION);