Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
class BlockInFlightMarker;
14
15
class BlockHeaderError : public std::runtime_error {
16
public:
17
BlockHeaderError(const std::string& what) : std::runtime_error(what) { }
18
};
19
20
class BlockHeaderProcessor {
21
public:
Callers
2
acceptHeaders
Method · 0.85
operator()
Method · 0.85
Calls
no outgoing calls
Tested by
1
operator()
Method · 0.68