mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
remove sample other asset type
This commit is contained in:
parent
c2fe4f8391
commit
ee20a397dc
1 changed files with 0 additions and 3 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue