Skip to content

Commit 755152a

Browse files
committed
kernel: add testnet4 assumeutxo param at height 90'000
1 parent a651268 commit 755152a

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
@@ -379,7 +379,12 @@ class CTestNet4Params : public CChainParams {
379379
m_is_mockable_chain = false;
380380

381381
m_assumeutxo_data = {
382-
{}
382+
{
383+
.height = 90'000,
384+
.hash_serialized = AssumeutxoHash{uint256{"784fb5e98241de66fdd429f4392155c9e7db5c017148e66e8fdbc95746f8b9b5"}},
385+
.m_chain_tx_count = 11347043,
386+
.blockhash = consteval_ctor(uint256{"0000000002ebe8bcda020e0dd6ccfbdfac531d2f6a81457191b99fc2df2dbe3b"}),
387+
}
383388
};
384389

385390
chainTxData = ChainTxData{

0 commit comments

Comments
 (0)