This commit is contained in:
jl777
2018-09-23 22:04:40 -11:00
parent a2e2291e26
commit eff8c62cb3
2 changed files with 5 additions and 2 deletions

View File

@@ -554,8 +554,8 @@ uint256 GatewaysReverseScan(uint256 &txid,int32_t height,uint256 reforacletxid,u
return(mhash);
} else return(zeroid);
}
batontxid = hash;
} else break;
} //else break;
batontxid = hash;
}
return(zeroid);
}

View File

@@ -1705,7 +1705,10 @@ void komodo_args(char *argv0)
BITCOIND_RPCPORT = GetArg("-rpcport", ASSETCHAINS_RPCPORT);
//fprintf(stderr,"(%s) port.%u chain params initialized\n",ASSETCHAINS_SYMBOL,BITCOIND_RPCPORT);
if ( strcmp("PIRATE",ASSETCHAINS_SYMBOL) == 0 && ASSETCHAINS_HALVING == 77777 )
{
ASSETCHAINS_HALVING *= 5;
fprintf(stderr,"PIRATE halving changed to %d %.1f days\n",(int32_t)ASSETCHAINS_HALVING,(double)ASSETCHAINS_HALVING/1440);
}
} else BITCOIND_RPCPORT = GetArg("-rpcport", BaseParams().RPCPort());
}