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

Method getNetworkActive

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

Source from the content-addressed store, hash-verified

192 }
193 }
194 bool getNetworkActive() override { return g_connman && g_connman->GetNetworkActive(); }
195 CAmount getMaxTxFee() override { return ::maxTxFee; }
196 CFeeRate estimateSmartFee(int num_blocks, bool conservative, int* returned_target = nullptr) override
197 {

Callers 3

updateNetworkStateMethod · 0.80
toggleNetworkActiveMethod · 0.80
updateNetworkStateMethod · 0.80

Calls 1

GetNetworkActiveMethod · 0.80

Tested by

no test coverage detected