This commit is contained in:
jl777
2016-11-15 07:47:14 -03:00
parent a547ea39b6
commit a130c5cb66
6 changed files with 24 additions and 5 deletions

View File

@@ -408,8 +408,8 @@ CAmount CCoinsViewCache::GetValueIn(int32_t nHeight,int64_t *interestp,const CTr
}
nResult += interest;
}
#endif
(*interestp) += interest;
#endif
}
nResult += tx.GetJoinSplitValueIn();