Skip to content

Commit 1610643

Browse files
committed
chainparams: add mainnet assumeutxo param at height 840_000
1 parent c2d15d9 commit 1610643

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/kernel/chainparams.cpp

+6-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,12 @@ class CMainParams : public CChainParams {
185185
};
186186

187187
m_assumeutxo_data = {
188-
// TODO to be specified in a future patch.
188+
{
189+
.height = 840'000,
190+
.hash_serialized = AssumeutxoHash{uint256{"a2a5521b1b5ab65f67818e5e8eccabb7171a517f9e2382208f77687310768f96"}},
191+
.m_chain_tx_count = 991032194,
192+
.blockhash = consteval_ctor(uint256{"0000000000000000000320283a032748cef8227873ff4872689bf23f1cda83a5"}),
193+
}
189194
};
190195

191196
chainTxData = ChainTxData{

0 commit comments

Comments
 (0)