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

Method AddAddressKnown

src/net.h:411–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409
410
411 void AddAddressKnown(const CAddress& addr)
412 {
413 addrKnown.insert(addr.GetKey());
414 }
415
416 void PushAddress(const CAddress& addr)
417 {

Callers 1

BOOST_FOREACHFunction · 0.80

Calls 2

insertMethod · 0.45
GetKeyMethod · 0.45

Tested by

no test coverage detected