Skip to content

Commit

Permalink
Fix genesis block input hex (#29)
Browse files Browse the repository at this point in the history
Updated the genesis block input hex to be accurate.
  • Loading branch information
breakcrypto authored and alejandromgk committed Apr 22, 2018
1 parent 340a062 commit 527c443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static CBlock CreateGenesisBlock(const char* pszTimestamp, const CScript& genesi
*
* CBlock(hash=00000ffd590b14, ver=1, hashPrevBlock=00000000000000, hashMerkleRoot=e0028e, nTime=1390095618, nBits=1e0ffff0, nNonce=28917698, vtx=1)
* CTransaction(hash=e0028e, ver=1, vin.size=1, vout.size=1, nLockTime=0)
* CTxIn(COutPoint(000000, -1), coinbase 04ffff001d01044c5957697265642030392f4a616e2f3230313420546865204772616e64204578706572696d656e7420476f6573204c6976653a204f76657273746f636b2e636f6d204973204e6f7720416363657074696e6720426974636f696e73)
* CTxIn(COutPoint(000000, -1), coinbase 04ffff001d01044c57426974636f696e20426c6f636b20233530373230323a2030303030303030303030303030303030303032646366383861643766656365383639346361663735313234626131383165323963653338633736623763333738)
* CTxOut(nValue=50.00000000, scriptPubKey=0xA9037BAC7050C479B121CF)
* vMerkleTree: e0028e
*/
Expand Down

0 comments on commit 527c443

Please sign in to comment.