Skip to content

Commit

Permalink
nix core 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt21 committed Dec 2, 2019
1 parent 43fe32c commit c2b6a8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 3)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 6)
define(_CLIENT_VERSION_REVISION, 7)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2019)
Expand Down
14 changes: 6 additions & 8 deletions src/chainparams.cpp
Expand Up @@ -231,11 +231,7 @@ class CMainParams : public CChainParams {

vSeeds.emplace_back("ny.nixplatform.io");
vSeeds.emplace_back("sf.nixplatform.io");
vSeeds.emplace_back("ldn.nixplatform.io");
vSeeds.emplace_back("fra.nixplatform.io");
vSeeds.emplace_back("tor.nixplatform.io");
vSeeds.emplace_back("sgp.nixplatform.io");
vSeeds.emplace_back("blr.nixplatform.io");

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,38);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,53);
Expand Down Expand Up @@ -289,17 +285,19 @@ class CMainParams : public CChainParams {
{ 241413, uint256S("0x7e6a4dcd210fb2203f7b3ddd583363030ecf3a6c55bb065a55b40d8e54b76dd2")},
{ 242323, uint256S("0xa2c80af800aec5a950189708206e6e3758e3ed0e594b018cc4f1facb0dae9937")},
{ 250881, uint256S("0xca6caf35853762e01a78d08865f3b95bf7b01bd3bfcb430cfd63e7cc9dc6cc46")},
{ 314100, uint256S("0xc1f2cf024c91c9a285bf3e257e8b69145531a269cc00931f521370249dc3f216")}
{ 314100, uint256S("0xc1f2cf024c91c9a285bf3e257e8b69145531a269cc00931f521370249dc3f216")},
{ 352132, uint256S("0xf7ff2887cd97f1278ee13a15271c98c3c26a780ae61b6f11d96979bd70bb7b32")}

}
};


chainTxData = ChainTxData{
//block 169900 (0x6f8b5e85dbb221143f21ddeb4ac59627def0a5eb889cc9b6809ab739e1f56769)
1570416608, // * UNIX timestamp of last known number of transactions
357167, // * total number of transactions between genesis and that timestamp
1575312304, // * UNIX timestamp of last known number of transactions
397872, // * total number of transactions between genesis and that timestamp
// (the tx=... number in the SetBestChain debug.log lines)
0.008857526293398104 // * estimated number of transactions per second after that timestamp
0.008798828639213063 // * estimated number of transactions per second after that timestamp
};
}
};
Expand Down
1 change: 0 additions & 1 deletion src/zerocoin/zerocoin.cpp
Expand Up @@ -89,7 +89,6 @@ bool CheckSpendZerocoinTransaction(const CTransaction &tx,

if(forceSpendLink){
//check if pubcoin is real
LogPrintf("CheckSpendZerocoinTransaction(): Forcing spend link. \n");
const CBigNum& bnPubcoin = newSpend.getPubcoinValue();
if ((!isVerifyDB) && !zerocoinState.HasCoin(bnPubcoin))
return state.DoS(100,
Expand Down

0 comments on commit c2b6a8d

Please sign in to comment.