From a5b7fef44b5b4cd93ed2aefd4bd82e8516593383 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 10 May 2018 12:56:52 +0300 Subject: [PATCH] Test --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 49b3e0c26..550cba683 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2115,7 +2115,7 @@ std::vector CWallet::ResendWalletTransactionsBefore(int64_t nTime) { if ( wtx.nLockTime >= LOCKTIME_THRESHOLD && wtx.nLockTime < now-KOMODO_MAXMEMPOOLTIME ) { - LogPrintf("skip Relaying wtx %s nLockTime %u vs now.%u\n", GetHash().ToString(),(uint32_t)wtx.nLockTime,now); + LogPrintf("skip Relaying wtx %s nLockTime %u vs now.%u\n", wtx.GetHash().ToString(),(uint32_t)wtx.nLockTime,now); continue; } }