This commit is contained in:
jl777
2019-03-02 07:41:09 -11:00
parent 37086fe0a7
commit 76bb0a2360

View File

@@ -264,6 +264,7 @@ uint64_t komodo_current_supply(uint32_t nHeight)
}
}
}
fprintf(stderr,"cur_money %.8f\n",(double)cur_money/COIN);
if ( KOMODO_BIT63SET(cur_money) != 0 )
return(KOMODO_MAXNVALUE);
if ( ASSETCHAINS_COMMISSION != 0 )