test
This commit is contained in:
@@ -31,10 +31,10 @@ using namespace std;
|
||||
*/
|
||||
void *chainparams_commandline(void *ptr);
|
||||
extern char ASSETCHAINS_SYMBOL[16];
|
||||
extern uint16_t ASSETCHAINS_PORT = 0;
|
||||
extern uint32_t ASSETCHAIN_INIT = 0;
|
||||
extern uint32_t ASSETCHAINS_MAGIC = 2387029918;
|
||||
extern uint64_t ASSETCHAINS_SUPPLY = 10;
|
||||
extern uint16_t ASSETCHAINS_PORT;
|
||||
extern uint32_t ASSETCHAIN_INIT;
|
||||
extern uint32_t ASSETCHAINS_MAGIC;
|
||||
extern uint64_t ASSETCHAINS_SUPPLY;
|
||||
|
||||
const arith_uint256 maxUint = UintToArith256(uint256S("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@ int32_t ASSETCHAINS_SHORTFLAG;
|
||||
char ASSETCHAINS_SYMBOL[16];
|
||||
uint16_t ASSETCHAINS_PORT;
|
||||
uint32_t ASSETCHAIN_INIT;
|
||||
uint32_t ASSETCHAINS_MAGIC;
|
||||
uint64_t ASSETCHAINS_SUPPLY;
|
||||
uint32_t ASSETCHAINS_MAGIC = 2387029918;
|
||||
uint64_t ASSETCHAINS_SUPPLY = 10;
|
||||
|
||||
int32_t NOTARIZED_HEIGHT,Num_nutxos,KMDHEIGHT = 43000;
|
||||
uint256 NOTARIZED_HASH,NOTARIZED_DESTTXID;
|
||||
|
||||
Reference in New Issue
Block a user