chainparams: add testnet assumeutxo param at height 2_500_000

This commit is contained in:
Sjors Provoost 2023-09-21 10:52:00 +00:00 committed by James O'Beirne
parent 99839bbfa7
commit b8cafe3871

View file

@ -267,7 +267,12 @@ public:
};
m_assumeutxo_data = {
// TODO to be specified in a future patch.
{
.height = 2'500'000,
.hash_serialized = AssumeutxoHash{uint256S("0x2a8fdefef3bf75fa00540ccaaaba4b5281bea94229327bdb0f7416ef1e7a645c")},
.nChainTx = 66484552,
.blockhash = uint256S("0x0000000000000093bcb68c03a9a168ae252572d348a2eaeba2cdf9231d73206f")
}
};
chainTxData = ChainTxData{