0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-06 14:19:59 -05:00

kernel: chainparams updates for 27.x

This commit is contained in:
fanquake 2024-03-04 10:54:21 +00:00
parent 1611aa1789
commit d9f30b021a
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -118,8 +118,8 @@ public:
pchMessageStart[3] = 0xd9;
nDefaultPort = 8333;
nPruneAfterHeight = 100000;
m_assumed_blockchain_size = 590;
m_assumed_chain_state_size = 9;
m_assumed_blockchain_size = 600;
m_assumed_chain_state_size = 10;
genesis = CreateGenesisBlock(1231006505, 2083236893, 0x1d00ffff, 1, 50 * COIN);
consensus.hashGenesisBlock = genesis.GetHash();