This commit is contained in:
jl777
2019-01-29 04:41:00 -11:00
parent b60a712efb
commit 43b78b093b
3 changed files with 44 additions and 19 deletions

View File

@@ -173,7 +173,7 @@ int64_t komodo_current_supply(uint32_t nHeight)
else if ( decay == SATOSHIDEN )
{
int64_t lowestSubsidy, subsidyDifference, stepDifference, stepTriangle;
int64_t denominator, modulo;
int64_t denominator, modulo=1;
int32_t sign = 1;
if ( j == ASSETCHAINS_LASTERA )