MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IsBIP30Repeat

Function IsBIP30Repeat

src/validation.cpp:6208–6212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6206}
6207
6208bool IsBIP30Repeat(const CBlockIndex& block_index)
6209{
6210 return (block_index.nHeight==91842 && block_index.GetBlockHash() == uint256{"00000000000a4d0a398161ffc163c503763b1f4360639393e0e4c8e300e0caec"}) ||
6211 (block_index.nHeight==91880 && block_index.GetBlockHash() == uint256{"00000000000743f190a18c5577a3c2d2a1f610ae9601ac046a38084ccb7cd721"});
6212}
6213
6214bool IsBIP30Unspendable(const uint256& block_hash, int block_height)
6215{

Callers 2

ConnectBlockMethod · 0.85
getblockstatsFunction · 0.85

Calls 1

GetBlockHashMethod · 0.45

Tested by

no test coverage detected