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

Function GetDefaultProxyAddress

src/qt/optionsmodel.cpp:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278static const QString GetDefaultProxyAddress()
279{
280 return QString("%1:%2").arg(DEFAULT_GUI_PROXY_HOST).arg(DEFAULT_GUI_PROXY_PORT);
281}
282
283void OptionsModel::SetPruneEnabled(bool prune, bool force)
284{

Callers 2

InitMethod · 0.85
checkAndMigrateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected