test
This commit is contained in:
@@ -401,7 +401,7 @@ CAmount CCoinsViewCache::GetValueIn(int32_t nHeight,int64_t *interestp,const CTr
|
||||
if ( strcmp(ASSETCHAINS_SYMBOL,"REVS") == 0 )//&& nHeight >= 60000 )
|
||||
{
|
||||
int64_t interest;
|
||||
interest = komodo_accrued_interest(tx.vin[i].hash,tx.vin[i].n,nHeight,value);
|
||||
interest = komodo_accrued_interest(GetOutputFor(tx.vin[i]).hash,GetOutputFor(tx.vin[i]).n,nHeight,value);
|
||||
//interest = komodo_interest(nHeight,value,tx.nLockTime,tiptime);
|
||||
//if ( interest != 0 || value >= COIN*100 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user