Skip to content

Commit

Permalink
chainparams: add mainnet assumeutxo param at height 800_000
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Oct 9, 2023
1 parent c976657 commit f304a2e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/kernel/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,12 @@ class CMainParams : public CChainParams {
};

m_assumeutxo_data = {
// TODO to be specified in a future patch.
{
.height = 800'000,
.hash_serialized = AssumeutxoHash{uint256S("0x7d69b87512db3d13b9758ea32b93ce468d18cf7456fb5d250c9e1bed9339e4d2")},
.nChainTx = 868965226,
.blockhash = uint256S("0x00000000000000000002a7c4c1e48d76c5a37902165a270156b7a8d72728a054"),
}
};

chainTxData = ChainTxData{
Expand Down

0 comments on commit f304a2e

Please sign in to comment.