From 8da17c39be532aa71e8149d77091aad5a0ce1cd9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 29 Oct 2016 09:22:52 -0300 Subject: [PATCH] test --- src/chainparams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index e23826e4f..4ccbe4242 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -249,7 +249,7 @@ void *chainparams_commandline(void *ptr) fprintf(stderr,">>>>>>>>>> %u: hash %s merkle %s timestamp.%u\n",*(uint32_t *)&mainParams.GenesisBlock().nNonce,mainParams.GenesisBlock().GetHash().ToString().c_str(),mainParams.GenesisBlock().hashMerkleRoot.ToString().c_str(),mainParams.GenesisBlock().nTime); //set_genesis_tip(hash); - SelectBaseParams(MAIN); + SelectBaseParams(CBaseChainParams::MAIN); //BaseParams().nRPCPort = ASSETCHAINS_PORT + 1; fprintf(stderr,">>>>>>>>>> %s: port.%u/%u magic.%08x %u nonce.%u time.%u nbits.%08x %u coins\n",ASSETCHAINS_SYMBOL,ASSETCHAINS_PORT,ASSETCHAINS_PORT+1,ASSETCHAINS_MAGIC,ASSETCHAINS_MAGIC,nonce,ASSETCHAINS_TIMESTAMP,GENESIS_NBITS,(uint32_t)ASSETCHAINS_SUPPLY); ASSETCHAIN_INIT = 1;