This commit is contained in:
jl777
2016-10-29 12:52:29 -03:00
parent b6d5c8f57c
commit d73f07996a
3 changed files with 5 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ public:
};
#include "uint256.h"
#include "arith_uint256.h"
#include "komodo_utils.h"

View File

@@ -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;
extern char ASSETCHAINS_SYMBOL[16];
extern uint16_t ASSETCHAINS_PORT;

View File

@@ -549,9 +549,6 @@ CCoinsViewCache *pcoinsTip = NULL;
CBlockTreeDB *pblocktree = NULL;
// 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_ENABLE_INTEREST enabling this is a hardfork