Skip to content

Commit b8cafe3

Browse files
Sjorsjamesob
authored andcommitted
chainparams: add testnet assumeutxo param at height 2_500_000
1 parent 99839bb commit b8cafe3

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
@@ -267,7 +267,12 @@ class CTestNetParams : public CChainParams {
267267
};
268268

269269
m_assumeutxo_data = {
270-
// TODO to be specified in a future patch.
270+
{
271+
.height = 2'500'000,
272+
.hash_serialized = AssumeutxoHash{uint256S("0x2a8fdefef3bf75fa00540ccaaaba4b5281bea94229327bdb0f7416ef1e7a645c")},
273+
.nChainTx = 66484552,
274+
.blockhash = uint256S("0x0000000000000093bcb68c03a9a168ae252572d348a2eaeba2cdf9231d73206f")
275+
}
271276
};
272277

273278
chainTxData = ChainTxData{

0 commit comments

Comments
 (0)