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

Method getNetworkActive

src/node/interfaces.cpp:260–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259 }
260 bool getNetworkActive() override { return m_context->connman && m_context->connman->GetNetworkActive(); }
261 CFeeRate getDustRelayFee() override { return ::dustRelayFee; }
262 UniValue executeRpc(const std::string& command, const UniValue& params, const std::string& uri) override
263 {

Callers 3

setClientModelMethod · 0.80
updateNetworkStateMethod · 0.80
updateNetworkStateMethod · 0.80

Calls 1

GetNetworkActiveMethod · 0.80

Tested by

no test coverage detected