MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / BlockHeaderError

Class BlockHeaderError

src/blockheaderprocessor.h:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class BlockInFlightMarker;
14
15class BlockHeaderError : public std::runtime_error {
16 public:
17 BlockHeaderError(const std::string& what) : std::runtime_error(what) { }
18};
19
20class BlockHeaderProcessor {
21 public:

Callers 2

acceptHeadersMethod · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by 1

operator()Method · 0.68