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

Method toggleNetworkActive

src/qt/bitcoingui.cpp:1234–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1232}
1233
1234void BitcoinGUI::toggleNetworkActive()
1235{
1236 m_node.setNetworkActive(!m_node.getNetworkActive());
1237}
1238
1239UnitDisplayStatusBarControl::UnitDisplayStatusBarControl(const PlatformStyle *platformStyle) :
1240 optionsModel(0),

Callers

nothing calls this directly

Calls 2

getNetworkActiveMethod · 0.80
setNetworkActiveMethod · 0.45

Tested by

no test coverage detected