This commit is contained in:
jl777
2016-10-22 13:03:18 -03:00
parent 7a77c4431c
commit 2860f74793
2 changed files with 5 additions and 2 deletions

View File

@@ -2372,7 +2372,6 @@ Value listunspent(const Array& params, bool fHelp)
if ( pindex != 0 )
{
interest = komodo_interest(nValue,out.tx->nLockTime,pindex->nTime);
fprintf(stderr,"nLock.%u tip.%u %u interest.%llu\n",out.tx->nLockTime,chainActive.Tip()->nTime,pindex->nTime,(long long)interest);
entry.push_back(Pair("interest",ValueFromAmount(interest)));
}
}