| 520 | bool IsMsgBlk() const { return type == MSG_BLOCK; } |
| 521 | bool IsMsgWtx() const { return type == MSG_WTX; } |
| 522 | bool IsMsgFilteredBlk() const { return type == MSG_FILTERED_BLOCK; } |
| 523 | bool IsMsgCmpctBlk() const { return type == MSG_CMPCT_BLOCK; } |
| 524 | bool IsMsgWitnessBlk() const { return type == MSG_WITNESS_BLOCK; } |
| 525 |