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

Method AddAddressKnown

src/net.h:810–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808
809
810 void AddAddressKnown(const CAddress& _addr)
811 {
812 addrKnown.insert(_addr.GetKey());
813 }
814
815 void PushAddress(const CAddress& _addr, FastRandomContext &insecure_rand)
816 {

Callers 1

ProcessMessageFunction · 0.80

Calls 2

insertMethod · 0.45
GetKeyMethod · 0.45

Tested by

no test coverage detected