Skip to content

Commit f1a2e6d

Browse files
committed
add a mainnet assumeutxo checkpoint
1 parent a734aee commit f1a2e6d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/kernel/chainparams.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,12 @@ class CMainParams : public CChainParams {
213213
checkpointData = CheckpointData(CBaseChainParams::MAIN);
214214

215215
m_assumeutxo_data = {
216-
// TODO to be specified in a future patch.
216+
{.height = 888'000,
217+
.hash_serialized =
218+
AssumeutxoHash{uint256S("0x50493f6218661a189654dbad816821a656b519454190c63daf376610e4fa0a7e")},
219+
.nChainTx = 299'158'458,
220+
.blockhash =
221+
BlockHash{uint256S("0x00000000000000002b218d995a292c34bc4c0244bb4bbdad18f3a97e88ccb567")}},
217222
};
218223

219224
// Data as of block

0 commit comments

Comments
 (0)