We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1f72a commit 14f1674Copy full SHA for 14f1674
src/kernel/chainparams.cpp
@@ -191,6 +191,12 @@ class CMainParams : public CChainParams {
191
.hash_serialized = AssumeutxoHash{uint256{"a2a5521b1b5ab65f67818e5e8eccabb7171a517f9e2382208f77687310768f96"}},
192
.m_chain_tx_count = 991032194,
193
.blockhash = consteval_ctor(uint256{"0000000000000000000320283a032748cef8227873ff4872689bf23f1cda83a5"}),
194
+ },
195
+ {
196
+ .height = 880'000,
197
+ .hash_serialized = AssumeutxoHash{uint256{"dbd190983eaf433ef7c15f78a278ae42c00ef52e0fd2a54953782175fbadcea9"}},
198
+ .m_chain_tx_count = 1145604538,
199
+ .blockhash = consteval_ctor(uint256{"000000000000000000010b17283c3c400507969a9c2afd1dcf2082ec5cca2880"}),
200
}
201
};
202
0 commit comments