MCPcopy Create free account
hub / github.com/ElementsProject/elements / CConnman

Method CConnman

src/net.cpp:2527–2535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2525}
2526
2527CConnman::CConnman(uint64_t nSeed0In, uint64_t nSeed1In, AddrMan& addrman_in, bool network_active)
2528 : addrman(addrman_in), nSeed0(nSeed0In), nSeed1(nSeed1In)
2529{
2530 SetTryNewOutboundPeer(false);
2531
2532 Options connOptions;
2533 Init(connOptions);
2534 SetNetworkActive(network_active);
2535}
2536
2537NodeId CConnman::GetNewNodeId()
2538{

Callers

nothing calls this directly

Calls 1

InitClass · 0.50

Tested by

no test coverage detected