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 943de66 commit a651268Copy full SHA for a651268
src/kernel/chainparams.cpp
@@ -180,6 +180,12 @@ class CMainParams : public CChainParams {
180
.hash_serialized = AssumeutxoHash{uint256{"dbd190983eaf433ef7c15f78a278ae42c00ef52e0fd2a54953782175fbadcea9"}},
181
.m_chain_tx_count = 1145604538,
182
.blockhash = consteval_ctor(uint256{"000000000000000000010b17283c3c400507969a9c2afd1dcf2082ec5cca2880"}),
183
+ },
184
+ {
185
+ .height = 910'000,
186
+ .hash_serialized = AssumeutxoHash{uint256{"4daf8a17b4902498c5787966a2b51c613acdab5df5db73f196fa59a4da2f1568"}},
187
+ .m_chain_tx_count = 1226586151,
188
+ .blockhash = consteval_ctor(uint256{"0000000000000000000108970acb9522ffd516eae17acddcb1bd16469194a821"}),
189
}
190
};
191
0 commit comments