Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ InvalidAddrManVersionError
Class
InvalidAddrManVersionError
src/addrman.h:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
#include <vector>
19
20
class InvalidAddrManVersionError : public std::ios_base::failure
21
{
22
public:
23
InvalidAddrManVersionError(std::string msg) : std::ios_base::failure(msg) { }
24
};
25
26
class AddrManImpl;
27
Callers
1
Unserialize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected