remove sample other asset type

This commit is contained in:
Gregory Sanders 2017-03-30 12:38:33 -04:00
parent c2fe4f8391
commit ee20a397dc

View file

@ -45,9 +45,6 @@ static CBlock CreateGenesisBlock(const char* pszTimestamp, const CScript& genesi
txNew.vout[i].scriptPubKey = genesisOutputScript;
}
CAsset eth(uint256S("11bbe8db4e347b4e8c937c1c8370e4b5ed33adb3db69cbdb7a38e1e50b1b82fa"));
txNew.vout.push_back(CTxOut(eth, 100, genesisOutputScript));
CBlock genesis;
genesis.nTime = nTime;
genesis.proof = CProof(scriptChallenge, CScript());