mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Change constant keys to shit I found on google
(note script/interpreter must match wallet/rpcwallet)
This commit is contained in:
parent
12129946d5
commit
40a12f6c68
3 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue