From 32322be455aa7309f7d9aa1614228f1eb3d8265a Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 6 Dec 2020 17:07:40 -0500 Subject: [PATCH] max money yo --- src/hush_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hush_utils.h b/src/hush_utils.h index 79dcdbe9b..4cae6d243 100644 --- a/src/hush_utils.h +++ b/src/hush_utils.h @@ -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 ) {