Skip to content

Commit edbed31

Browse files
Sjorsjamesob
authored andcommitted
chainparams: add signet assumeutxo param at height 160_000
1 parent b8cafe3 commit edbed31

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/kernel/chainparams.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,15 @@ class SigNetParams : public CChainParams {
375375

376376
vFixedSeeds.clear();
377377

378+
m_assumeutxo_data = {
379+
{
380+
.height = 160'000,
381+
.hash_serialized = AssumeutxoHash{uint256S("0x5225141cb62dee63ab3be95f9b03d60801f264010b1816d4bd00618b2736e7be")},
382+
.nChainTx = 2289496,
383+
.blockhash = uint256S("0x0000003ca3c99aff040f2563c2ad8f8ec88bd0fd6b8f0895cfaf1ef90353a62c")
384+
}
385+
};
386+
378387
base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,111);
379388
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,196);
380389
base58Prefixes[SECRET_KEY] = std::vector<unsigned char>(1,239);

0 commit comments

Comments
 (0)