| 6206 | } |
| 6207 | |
| 6208 | bool 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 | |
| 6214 | bool IsBIP30Unspendable(const uint256& block_hash, int block_height) |
| 6215 | { |
no test coverage detected