Skip to content

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
This should not have been changed lol
  • Loading branch information
krilson committed Oct 24, 2017
1 parent 5433783 commit 309f9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Expand Up @@ -64,7 +64,7 @@ class CMainParams : public CChainParams {
// CTxIn(COutPoint(0000000000, 4294967295), coinbase 00012a24323020466562203230313420426974636f696e2041544d7320636f6d6520746f20555341)
// CTxOut(empty)
// vMerkleTree: 12630d16a9
const char* pszTimestamp = "http://www.coindesk.com/central-bank-africa-warning-oc/";
const char* pszTimestamp = "http://www.coindesk.com/central-bank-africa-warning-onecoin/";
std::vector<CTxIn> vin;
vin.resize(1);
vin[0].scriptSig = CScript() << 0 << CBigNum(42) << vector<unsigned char>((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp));
Expand Down

0 comments on commit 309f9c3

Please sign in to comment.