MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetDefaultProxyAddress

Function GetDefaultProxyAddress

src/qt/optionsmodel.cpp:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345static QString GetDefaultProxyAddress()
346{
347 return QString("%1:%2").arg(DEFAULT_GUI_PROXY_HOST).arg(DEFAULT_GUI_PROXY_PORT);
348}
349
350void OptionsModel::SetPruneTargetGB(int prune_target_gb)
351{

Callers 2

getOptionMethod · 0.85
checkAndMigrateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected