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

Method IsMsgWitnessBlk

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

Source from the content-addressed store, hash-verified

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
526 // Combined-message helper methods
527 bool IsGenTxMsg() const

Callers 1

ProcessGetBlockDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected