fixed subsidy and max money calc when linear positive slope

This commit is contained in:
Michael Toutonghi
2018-04-10 15:01:52 -07:00
parent 3e312ace98
commit 8c30b1b6b2

View File

@@ -1623,7 +1623,7 @@ uint64_t komodo_ac_block_subsidy(int nHeight)
}
}
}
return(nSubsidy);
return(subsidy);
}
void komodo_args(char *argv0)