@@ -54,7 +54,7 @@ static CBlock CreateGenesisBlock(const char* pszTimestamp, const CScript& genesi
54
54
* CTxOut(empty)
55
55
* vMerkleTree: 12630d16a9
56
56
*/
57
- static CBlock CreateGenesisBlock (uint32_t nTime, uint32_t nNonce, uint32_t nBits, int32_t nVersion, const CAmount& genesisReward)
57
+ static CBlock CreateGenesisBlock (uint32_t nTime, uint32_t nNonce, uint nBits, int nVersion, const CAmount& genesisReward)
58
58
{
59
59
const char * pszTimestamp = " plz time stamp. stahp" ;
60
60
const CScript genesisOutputScript = CScript () << ParseHex (" 0x0" ) << OP_CHECKSIG;
@@ -192,7 +192,7 @@ class CMainParams : public CChainParams {
192
192
base58Prefixes[EXT_PUBLIC_KEY] = boost::assign::list_of (0x04 )(0x88 )(0xB2 )(0x1E ).convert_to_container <std::vector<unsigned char > >();
193
193
base58Prefixes[EXT_SECRET_KEY] = boost::assign::list_of (0x04 )(0x88 )(0xAD )(0xE4 ).convert_to_container <std::vector<unsigned char > >();
194
194
195
- convertSeed6 (vFixedSeeds, pnSeed6_main , ARRAYLEN (pnSeed6_main ));
195
+ convertSeed6 (vFixedSeeds, pnSeed6 , ARRAYLEN (pnSeed6 ));
196
196
}
197
197
198
198
virtual const CBlock& GenesisBlock () const { return genesis; }
@@ -251,8 +251,7 @@ class CTestNetParams : public CMainParams {
251
251
base58Prefixes[EXT_PUBLIC_KEY] = boost::assign::list_of (0x04 )(0x88 )(0xB2 )(0x1E ).convert_to_container <std::vector<unsigned char > >();
252
252
base58Prefixes[EXT_SECRET_KEY] = boost::assign::list_of (0x04 )(0x88 )(0xAD )(0xE4 ).convert_to_container <std::vector<unsigned char > >();
253
253
254
- convertSeed6 (vFixedSeeds, pnSeed6_test, ARRAYLEN (pnSeed6_test));
255
-
254
+
256
255
}
257
256
virtual Network NetworkID () const { return CChainParams::TESTNET; }
258
257
};
0 commit comments