This commit is contained in:
Evan 2014-01-10 08:35:06 -07:00
parent 69c4e4926e
commit b2b3ece97e

View File

@ -2755,8 +2755,8 @@ bool InitBlockIndex() {
// CTxOut(nValue=50.00000000, scriptPubKey=040184710fa689ad5023690c80f3a4)
// vMerkleTree: 97ddfbbae6
// Genesis block
const char* pszTimestamp = "NY Times 05/Oct/2011 Steve Jobs, Apples Visionary, Dies at 56";
// Genesis block
const char* pszTimestamp = "Wired 09/Jan/2014 The Grand Experiment Goes Live: Overstock.com Is Now Accepting Bitcoins";
CTransaction txNew;
txNew.vin.resize(1);
txNew.vout.resize(1);
@ -2768,9 +2768,9 @@ bool InitBlockIndex() {
block.hashPrevBlock = 0;
block.hashMerkleRoot = block.BuildMerkleTree();
block.nVersion = 1;
block.nTime = 1317972665;
block.nTime = 1389311076;
block.nBits = 0x1e0ffff0;
block.nNonce = 2084524493;
block.nNonce = 2449320845;
if (fTestNet)
{