| 13 | namespace { |
| 14 | |
| 15 | bool SupportsThinBlocks(const CNode& node) { |
| 16 | return node.SupportsXThinBlocks() || node.SupportsCompactBlocks(); |
| 17 | } |
| 18 | |
| 19 | bool SignalsUAHF(const CNode& node) { |
| 20 | return node.nServices & NODE_BITCOIN_CASH; |
no test coverage detected