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 99839bb commit b8cafe3Copy full SHA for b8cafe3
src/kernel/chainparams.cpp
@@ -267,7 +267,12 @@ class CTestNetParams : public CChainParams {
267
};
268
269
m_assumeutxo_data = {
270
- // TODO to be specified in a future patch.
+ {
271
+ .height = 2'500'000,
272
+ .hash_serialized = AssumeutxoHash{uint256S("0x2a8fdefef3bf75fa00540ccaaaba4b5281bea94229327bdb0f7416ef1e7a645c")},
273
+ .nChainTx = 66484552,
274
+ .blockhash = uint256S("0x0000000000000093bcb68c03a9a168ae252572d348a2eaeba2cdf9231d73206f")
275
+ }
276
277
278
chainTxData = ChainTxData{
0 commit comments