Skip to content

Commit

Permalink
testnet: Reset m_assumeutxo_data
Browse files Browse the repository at this point in the history
  • Loading branch information
lateminer committed Feb 5, 2024
1 parent 2e78fcf commit 01115c0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/kernel/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,7 @@ class CTestNetParams : public CChainParams {
};

m_assumeutxo_data = {
{
.height = 2'500'000,
.hash_serialized = AssumeutxoHash{uint256S("0xf841584909f68e47897952345234e37fcd9128cd818f41ee6c3ca68db8071be7")},
.nChainTx = 66484552,
.blockhash = uint256S("0x0000000000000093bcb68c03a9a168ae252572d348a2eaeba2cdf9231d73206f")
}
// TODO to be specified in a future patch.
};

chainTxData = ChainTxData{
Expand Down

0 comments on commit 01115c0

Please sign in to comment.