X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwalletdb.cpp;h=ac355abcb1415c5dbece91ccdbc4c09078752508;hb=58561410692c520d91def67c36aadf8edd992272;hp=dd8069a5b1fee388765f54540a5c968fd56c1161;hpb=9eace6b1130ce7eb938476750159ec0baf752531;p=novacoin.git diff --git a/src/walletdb.cpp b/src/walletdb.cpp index dd8069a..ac355ab 100644 --- a/src/walletdb.cpp +++ b/src/walletdb.cpp @@ -1,7 +1,8 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers +// Copyright (c) 2012 The PPCoin developers // Distributed under the MIT/X11 software license, see the accompanying -// file license.txt or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "walletdb.h" #include "wallet.h" @@ -74,10 +75,10 @@ void CWalletDB::ListAccountCreditDebit(const string& strAccount, list::iterator mi = mapFileUseCount.find(strFile); if (mi != mapFileUseCount.end()) { - printf("%s ", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str()); + printf("%s ", DateTimeStrFormat(GetTime()).c_str()); printf("Flushing wallet.dat\n"); nLastFlushed = nWalletDBUpdated; int64 nStart = GetTimeMillis();