This commit is contained in:
jl777
2017-01-29 23:14:05 +02:00
parent a1735eec8f
commit be7695c2a8
2 changed files with 1 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
******************************************************************************/
#define KOMODO_INTEREST ((uint64_t)(0.05 * COIN)) // 5%
int64_t MAX_MONEY = 200000000 * SATOSHIDEN;
uint64_t komodo_earned_interest(int32_t height,int64_t paidinterest)
{

View File

@@ -1449,8 +1449,6 @@ int32_t komodo_whoami(char *pubkeystr,int32_t height)
return(notaryid);
}
int64_t MAX_MONEY = 200000000 * SATOSHIDEN;
void komodo_args()
{
extern int64_t MAX_MONEY;