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 a734aee commit f1a2e6dCopy full SHA for f1a2e6d
src/kernel/chainparams.cpp
@@ -213,7 +213,12 @@ class CMainParams : public CChainParams {
213
checkpointData = CheckpointData(CBaseChainParams::MAIN);
214
215
m_assumeutxo_data = {
216
- // TODO to be specified in a future patch.
+ {.height = 888'000,
217
+ .hash_serialized =
218
+ AssumeutxoHash{uint256S("0x50493f6218661a189654dbad816821a656b519454190c63daf376610e4fa0a7e")},
219
+ .nChainTx = 299'158'458,
220
+ .blockhash =
221
+ BlockHash{uint256S("0x00000000000000002b218d995a292c34bc4c0244bb4bbdad18f3a97e88ccb567")}},
222
};
223
224
// Data as of block
0 commit comments