max money yo

This commit is contained in:
Duke Leto
2020-12-06 17:07:40 -05:00
parent 6fe1915d45
commit 32322be455

View File

@@ -1539,7 +1539,7 @@ char *argv0names[] = {
// Large total supplies lead to numerical errors, beware!
uint64_t komodo_max_money()
uint64_t hush_max_money()
{
return komodo_current_supply(10000000);
}
@@ -2306,7 +2306,7 @@ fprintf(stderr,"extralen.%d before disable bits\n",extralen);
strncpy(SMART_CHAIN_SYMBOL,name.c_str(),sizeof(SMART_CHAIN_SYMBOL)-1);
MAX_MONEY = komodo_max_money();
MAX_MONEY = hush_max_money();
if ( (baseid = komodo_baseid(SMART_CHAIN_SYMBOL)) >= 0 && baseid < 32 )
{