Single-message helper methods
| 490 | |
| 491 | // Single-message helper methods |
| 492 | bool IsMsgTx() const { return type == MSG_TX; } |
| 493 | bool IsMsgBlk() const { return type == MSG_BLOCK; } |
| 494 | bool IsMsgWtx() const { return type == MSG_WTX; } |
| 495 | bool IsMsgFilteredBlk() const { return type == MSG_FILTERED_BLOCK; } |
no outgoing calls
no test coverage detected