Change constant keys to shit I found on google

(note script/interpreter must match wallet/rpcwallet)
This commit is contained in:
Matt Corallo 2016-03-07 02:51:15 -05:00 committed by Gregory Sanders
parent 12129946d5
commit 40a12f6c68
3 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ public:
nDefaultPort = 9042;
nPruneAfterHeight = 100000;
CScript scriptDestination(CScript() << OP_TRUE);
CScript scriptDestination(CScript() << OP_1 << ParseHex("03aeb681df5ac19e449a872b9e9347f1db5a0394d2ec5caf2a9c143f86e232b0d9") << OP_1 << OP_CHECKMULTISIG);
genesis = CreateGenesisBlock(strNetworkID.c_str(), scriptDestination, 1231006505, 2083236893, 0x1d00ffff, 1, MAX_MONEY);
consensus.hashGenesisBlock = genesis.GetHash();