test
This commit is contained in:
@@ -30,12 +30,12 @@ using namespace std;
|
||||
* + Contains no strange transactions
|
||||
*/
|
||||
void *chainparams_commandline(void *ptr);
|
||||
extern char ASSETCHAINS_SYMBOL[16];
|
||||
extern uint16_t ASSETCHAINS_PORT;
|
||||
extern uint32_t ASSETCHAIN_INIT;
|
||||
extern uint32_t ASSETCHAINS_MAGIC;
|
||||
extern uint32_t ASSETCHAINS_TIMESTAMP;
|
||||
extern uint64_t ASSETCHAINS_SUPPLY;
|
||||
char ASSETCHAINS_SYMBOL[16];
|
||||
uint16_t ASSETCHAINS_PORT = 8777;
|
||||
uint32_t ASSETCHAIN_INIT = 0;
|
||||
uint32_t ASSETCHAINS_MAGIC = 2387029918;
|
||||
uint32_t ASSETCHAINS_TIMESTAMP = 1475772963;
|
||||
uint64_t ASSETCHAINS_SUPPLY = 1000000;
|
||||
|
||||
const arith_uint256 maxUint = UintToArith256(uint256S("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user