Skip to content

Commit a651268

Browse files
committed
kernel: add mainnet assumeutxo param at height 910'000
1 parent 943de66 commit a651268

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/kernel/chainparams.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@ class CMainParams : public CChainParams {
180180
.hash_serialized = AssumeutxoHash{uint256{"dbd190983eaf433ef7c15f78a278ae42c00ef52e0fd2a54953782175fbadcea9"}},
181181
.m_chain_tx_count = 1145604538,
182182
.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"}),
183189
}
184190
};
185191

0 commit comments

Comments
 (0)