Revert interest changes

This commit is contained in:
jl777
2017-06-04 20:09:30 +03:00
parent 5d2f557e44
commit 1141b67821
3 changed files with 3 additions and 3 deletions

View File

@@ -401,7 +401,7 @@ CAmount CCoinsViewCache::GetValueIn(int32_t nHeight,int64_t *interestp,const CTr
value = GetOutputFor(tx.vin[i]).nValue;
nResult += value;
#ifdef KOMODO_ENABLE_INTEREST
if ( interestp != 0 && ASSETCHAINS_SYMBOL[0] == 0 && nHeight >= 60000 )
if ( ASSETCHAINS_SYMBOL[0] == 0 && nHeight >= 60000 )
{
if ( value >= 10*COIN )
{