This commit is contained in:
jl777
2016-10-29 09:26:44 -03:00
parent 8da17c39be
commit 6711677d7a
2 changed files with 12 additions and 12 deletions

View File

@@ -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"));