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 a651268 commit 755152aCopy full SHA for 755152a
src/kernel/chainparams.cpp
@@ -379,7 +379,12 @@ class CTestNet4Params : public CChainParams {
379
m_is_mockable_chain = false;
380
381
m_assumeutxo_data = {
382
- {}
+ {
383
+ .height = 90'000,
384
+ .hash_serialized = AssumeutxoHash{uint256{"784fb5e98241de66fdd429f4392155c9e7db5c017148e66e8fdbc95746f8b9b5"}},
385
+ .m_chain_tx_count = 11347043,
386
+ .blockhash = consteval_ctor(uint256{"0000000002ebe8bcda020e0dd6ccfbdfac531d2f6a81457191b99fc2df2dbe3b"}),
387
+ }
388
};
389
390
chainTxData = ChainTxData{
0 commit comments