MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IsMsgFilteredBlk

Method IsMsgFilteredBlk

src/protocol.h:522–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ProcessGetBlockDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected