.
This commit is contained in:
@@ -109,10 +109,7 @@ void WaitForShutdown(boost::thread_group* threadGroup)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// Start
|
// Start
|
||||||
//
|
|
||||||
extern int32_t IS_HUSH_NOTARY,USE_EXTERNAL_PUBKEY;
|
extern int32_t IS_HUSH_NOTARY,USE_EXTERNAL_PUBKEY;
|
||||||
extern uint32_t ASSETCHAIN_INIT;
|
extern uint32_t ASSETCHAIN_INIT;
|
||||||
extern std::string NOTARY_PUBKEY;
|
extern std::string NOTARY_PUBKEY;
|
||||||
|
|||||||
@@ -521,11 +521,15 @@ void hush_setactivation(int32_t height)
|
|||||||
|
|
||||||
void *chainparams_commandline() {
|
void *chainparams_commandline() {
|
||||||
CChainParams::CCheckpointData checkpointData;
|
CChainParams::CCheckpointData checkpointData;
|
||||||
if(fDebug) {
|
//if(fDebug) {
|
||||||
fprintf(stderr,"chainparams_commandline called with port=%u\n", ASSETCHAINS_P2PPORT);
|
fprintf(stderr,"chainparams_commandline called with port=%u\n", ASSETCHAINS_P2PPORT);
|
||||||
}
|
//}
|
||||||
if ( SMART_CHAIN_SYMBOL[0] != 0 )
|
if ( SMART_CHAIN_SYMBOL[0] != 0 )
|
||||||
{
|
{
|
||||||
|
if (strcmp(SMART_CHAIN_SYMBOL,"HUSH3") == 0) {
|
||||||
|
ASSETCHAINS_P2PPORT = 18030;
|
||||||
|
}
|
||||||
|
|
||||||
if ( ASSETCHAINS_BLOCKTIME != 60 )
|
if ( ASSETCHAINS_BLOCKTIME != 60 )
|
||||||
{
|
{
|
||||||
pCurrentParams->consensus.nMaxFutureBlockTime = 7 * ASSETCHAINS_BLOCKTIME; // 7 blocks
|
pCurrentParams->consensus.nMaxFutureBlockTime = 7 * ASSETCHAINS_BLOCKTIME; // 7 blocks
|
||||||
|
|||||||
@@ -2310,7 +2310,6 @@ void hush_args(char *argv0)
|
|||||||
if ( strlen(addn.c_str()) > 0 )
|
if ( strlen(addn.c_str()) > 0 )
|
||||||
ASSETCHAINS_SEED = 1;
|
ASSETCHAINS_SEED = 1;
|
||||||
|
|
||||||
|
|
||||||
MAX_MONEY = hush_max_money();
|
MAX_MONEY = hush_max_money();
|
||||||
|
|
||||||
if ( (baseid = hush_baseid(SMART_CHAIN_SYMBOL)) >= 0 && baseid < 32 )
|
if ( (baseid = hush_baseid(SMART_CHAIN_SYMBOL)) >= 0 && baseid < 32 )
|
||||||
@@ -2332,6 +2331,7 @@ void hush_args(char *argv0)
|
|||||||
{
|
{
|
||||||
ASSETCHAINS_P2PPORT = GetArg("-port",0);
|
ASSETCHAINS_P2PPORT = GetArg("-port",0);
|
||||||
if(ishush3) {
|
if(ishush3) {
|
||||||
|
fprintf(stderr,"set HUSH3 p2pport.%u\n",ASSETCHAINS_P2PPORT);
|
||||||
ASSETCHAINS_P2PPORT = 18030;
|
ASSETCHAINS_P2PPORT = 18030;
|
||||||
}
|
}
|
||||||
if(fDebug)
|
if(fDebug)
|
||||||
|
|||||||
Reference in New Issue
Block a user