test
This commit is contained in:
@@ -56,6 +56,7 @@ public:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#include "uint256.h"
|
||||||
#include "arith_uint256.h"
|
#include "arith_uint256.h"
|
||||||
#include "komodo_utils.h"
|
#include "komodo_utils.h"
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,10 @@
|
|||||||
* *
|
* *
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY;
|
||||||
|
std::string NOTARY_PUBKEY;
|
||||||
|
uint8_t NOTARY_PUBKEY33[33];
|
||||||
|
|
||||||
int32_t ASSETCHAINS_SHORTFLAG;
|
int32_t ASSETCHAINS_SHORTFLAG;
|
||||||
extern char ASSETCHAINS_SYMBOL[16];
|
extern char ASSETCHAINS_SYMBOL[16];
|
||||||
extern uint16_t ASSETCHAINS_PORT;
|
extern uint16_t ASSETCHAINS_PORT;
|
||||||
|
|||||||
@@ -549,9 +549,6 @@ CCoinsViewCache *pcoinsTip = NULL;
|
|||||||
CBlockTreeDB *pblocktree = NULL;
|
CBlockTreeDB *pblocktree = NULL;
|
||||||
|
|
||||||
// Komodo globals
|
// Komodo globals
|
||||||
int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY;
|
|
||||||
std::string NOTARY_PUBKEY;
|
|
||||||
uint8_t NOTARY_PUBKEY33[33];
|
|
||||||
|
|
||||||
#define KOMODO_TESTNET_EXPIRATION 60000
|
#define KOMODO_TESTNET_EXPIRATION 60000
|
||||||
//#define KOMODO_ENABLE_INTEREST enabling this is a hardfork
|
//#define KOMODO_ENABLE_INTEREST enabling this is a hardfork
|
||||||
|
|||||||
Reference in New Issue
Block a user