From 24eefea8e0e759908344e9e00579eb2a610559f3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 22 Oct 2016 11:41:49 -0300 Subject: [PATCH] test --- src/wallet/rpcwallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index dace1d69e..00833a64e 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -2368,7 +2368,7 @@ Value listunspent(const Array& params, bool fHelp) CBlockIndex *pindex = it->second; if ( pindex != 0 ) { - fprintf(stderr,"nLock.%u tip.%u\n",tx->nLockTime,chainActive.Tip()->nTime); + fprintf(stderr,"nLock.%u tip.%u %u\n",out.tx->nLockTime,chainActive.Tip()->nTime,pindex->nTime); entry.push_back(Pair("interest",ValueFromAmount(komodo_interest(nValue,out.tx->nLockTime,pindex->nTime)))); } entry.push_back(Pair("confirmations",out.nDepth));