test
This commit is contained in:
@@ -14,7 +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 * 100000000LL;
|
//int64_t MAX_MONEY = 200000000 * 100000000LL;
|
||||||
|
|
||||||
uint64_t komodo_earned_interest(int32_t height,int64_t paidinterest)
|
uint64_t komodo_earned_interest(int32_t height,int64_t paidinterest)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -402,6 +402,7 @@ void PrintExceptionContinue(const std::exception* pex, const char* pszThread)
|
|||||||
}
|
}
|
||||||
|
|
||||||
extern char ASSETCHAINS_SYMBOL[16];
|
extern char ASSETCHAINS_SYMBOL[16];
|
||||||
|
int64_t MAX_MONEY = 200000000 * 100000000LL;
|
||||||
|
|
||||||
boost::filesystem::path GetDefaultDataDir()
|
boost::filesystem::path GetDefaultDataDir()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
#include "sync.h"
|
#include "sync.h"
|
||||||
#include "amount.h"
|
#include "amount.h"
|
||||||
//int64_t MAX_MONEY = 200000000 * 100000000LL;
|
|
||||||
|
|
||||||
using namespace libsnark;
|
using namespace libsnark;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user