| 75 | QString getThirdPartyTxUrls() const { return strThirdPartyTxUrls; } |
| 76 | bool getProxySettings(QNetworkProxy& proxy) const; |
| 77 | bool getCoinControlFeatures() const { return fCoinControlFeatures; } |
| 78 | const QString& getOverriddenByCommandLine() { return strOverriddenByCommandLine; } |
| 79 | |
| 80 | /* Restart flag helper */ |
no outgoing calls
no test coverage detected