mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
chainparams: add mainnet assumeutxo param at height 840_000
This commit is contained in:
parent
c2d15d993e
commit
1610643c8b
1 changed files with 6 additions and 1 deletions
|
@ -185,7 +185,12 @@ public:
|
|||
};
|
||||
|
||||
m_assumeutxo_data = {
|
||||
// TODO to be specified in a future patch.
|
||||
{
|
||||
.height = 840'000,
|
||||
.hash_serialized = AssumeutxoHash{uint256{"a2a5521b1b5ab65f67818e5e8eccabb7171a517f9e2382208f77687310768f96"}},
|
||||
.m_chain_tx_count = 991032194,
|
||||
.blockhash = consteval_ctor(uint256{"0000000000000000000320283a032748cef8227873ff4872689bf23f1cda83a5"}),
|
||||
}
|
||||
};
|
||||
|
||||
chainTxData = ChainTxData{
|
||||
|
|
Loading…
Add table
Reference in a new issue