More timedate changes from KMD 0.6
This commit is contained in:
@@ -1345,7 +1345,7 @@ UniValue movecmd(const UniValue& params, bool fHelp, const CPubKey& mypk)
|
||||
if (!walletdb.TxnBegin())
|
||||
throw JSONRPCError(RPC_DATABASE_ERROR, "database error");
|
||||
|
||||
int64_t nNow = GetAdjustedTime();
|
||||
int64_t nNow = GetTime();
|
||||
|
||||
// Debit
|
||||
CAccountingEntry debit;
|
||||
|
||||
Reference in New Issue
Block a user