test
This commit is contained in:
@@ -30,6 +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];
|
||||||
|
extern uint16_t ASSETCHAINS_PORT = 8777;
|
||||||
|
extern uint32_t ASSETCHAIN_INIT = 0;
|
||||||
|
extern uint32_t ASSETCHAINS_MAGIC = 2387029918;
|
||||||
|
extern uint32_t ASSETCHAINS_TIMESTAMP = 1475772963;
|
||||||
|
extern uint64_t ASSETCHAINS_SUPPLY = 1000000;
|
||||||
|
|
||||||
const arith_uint256 maxUint = UintToArith256(uint256S("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
const arith_uint256 maxUint = UintToArith256(uint256S("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user