test
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
#define KOMODO_INTEREST ((uint64_t)(0.05 * COIN)) // 5%
|
#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)
|
uint64_t komodo_earned_interest(int32_t height,int64_t paidinterest)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1449,8 +1449,6 @@ int32_t komodo_whoami(char *pubkeystr,int32_t height)
|
|||||||
return(notaryid);
|
return(notaryid);
|
||||||
}
|
}
|
||||||
|
|
||||||
int64_t MAX_MONEY = 200000000 * SATOSHIDEN;
|
|
||||||
|
|
||||||
void komodo_args()
|
void komodo_args()
|
||||||
{
|
{
|
||||||
extern int64_t MAX_MONEY;
|
extern int64_t MAX_MONEY;
|
||||||
|
|||||||
Reference in New Issue
Block a user