Combined-message helper methods
| 498 | |
| 499 | // Combined-message helper methods |
| 500 | bool IsGenTxMsg() const |
| 501 | { |
| 502 | return type == MSG_TX || type == MSG_WTX || type == MSG_WITNESS_TX; |
| 503 | } |
| 504 | bool IsGenBlkMsg() const |
| 505 | { |
| 506 | return type == MSG_BLOCK || type == MSG_FILTERED_BLOCK || type == MSG_CMPCT_BLOCK || type == MSG_WITNESS_BLOCK; |
no outgoing calls
no test coverage detected