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 25, 2023
1 parent d53400e commit 0800be2
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("0x6e63799cac0ab45f94789f97692caf691ee66625e920cbf2525fceb24509adda")},
.nChainTx = 868965226,
.blockhash = uint256S("0x00000000000000000002a7c4c1e48d76c5a37902165a270156b7a8d72728a054"),
}
};

chainTxData = ChainTxData{
Expand Down

0 comments on commit 0800be2

Please sign in to comment.