test
This commit is contained in:
@@ -30,12 +30,12 @@ using namespace std;
|
|||||||
* + Contains no strange transactions
|
* + Contains no strange transactions
|
||||||
*/
|
*/
|
||||||
void *chainparams_commandline(void *ptr);
|
void *chainparams_commandline(void *ptr);
|
||||||
extern char ASSETCHAINS_SYMBOL[16];
|
char ASSETCHAINS_SYMBOL[16];
|
||||||
extern uint16_t ASSETCHAINS_PORT;
|
uint16_t ASSETCHAINS_PORT = 8777;
|
||||||
extern uint32_t ASSETCHAIN_INIT;
|
uint32_t ASSETCHAIN_INIT = 0;
|
||||||
extern uint32_t ASSETCHAINS_MAGIC;
|
uint32_t ASSETCHAINS_MAGIC = 2387029918;
|
||||||
extern uint32_t ASSETCHAINS_TIMESTAMP;
|
uint32_t ASSETCHAINS_TIMESTAMP = 1475772963;
|
||||||
extern uint64_t ASSETCHAINS_SUPPLY;
|
uint64_t ASSETCHAINS_SUPPLY = 1000000;
|
||||||
|
|
||||||
const arith_uint256 maxUint = UintToArith256(uint256S("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
const arith_uint256 maxUint = UintToArith256(uint256S("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
||||||
|
|
||||||
|
|||||||
12
src/komodo.h
12
src/komodo.h
@@ -30,12 +30,12 @@ char *komodo_issuemethod(char *method,char *params,uint16_t port);
|
|||||||
|
|
||||||
#define GENESIS_NBITS 0x1f00ffff
|
#define GENESIS_NBITS 0x1f00ffff
|
||||||
int32_t ASSETCHAINS_SHORTFLAG;
|
int32_t ASSETCHAINS_SHORTFLAG;
|
||||||
char ASSETCHAINS_SYMBOL[16];
|
extern char ASSETCHAINS_SYMBOL[16];
|
||||||
uint16_t ASSETCHAINS_PORT = 8777;
|
extern uint16_t ASSETCHAINS_PORT = 8777;
|
||||||
uint32_t ASSETCHAIN_INIT = 0;
|
extern uint32_t ASSETCHAIN_INIT = 0;
|
||||||
uint32_t ASSETCHAINS_MAGIC = 2387029918;
|
extern uint32_t ASSETCHAINS_MAGIC = 2387029918;
|
||||||
uint32_t ASSETCHAINS_TIMESTAMP = 1475772963;
|
extern uint32_t ASSETCHAINS_TIMESTAMP = 1475772963;
|
||||||
uint64_t ASSETCHAINS_SUPPLY = 1000000;
|
extern uint64_t ASSETCHAINS_SUPPLY = 1000000;
|
||||||
|
|
||||||
int32_t NOTARIZED_HEIGHT,Num_nutxos,KMDHEIGHT = 43000;
|
int32_t NOTARIZED_HEIGHT,Num_nutxos,KMDHEIGHT = 43000;
|
||||||
uint256 NOTARIZED_HASH,NOTARIZED_DESTTXID;
|
uint256 NOTARIZED_HASH,NOTARIZED_DESTTXID;
|
||||||
|
|||||||
Reference in New Issue
Block a user