X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.cpp;h=91317433a2ff5ac6d56153fad298d626af2cddb5;hp=87e487f53542d5c932adedf244ef39ec02f953d7;hb=bd5d360b11efa6e66b068113f7e9f134cbb715e4;hpb=6e9bdffe9ddcda32a6c0431cacdd27d5daf33ce3 diff --git a/src/wallet.cpp b/src/wallet.cpp index 87e487f..9131743 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -648,8 +648,7 @@ bool CWallet::IsChange(const CTxOut& txout) const int64 CWalletTx::GetTxTime() const { - int64 n = nTimeSmart; - return n ? n : nTimeReceived; + return nTime; } int CWalletTx::GetRequestCount() const