Merge pull request #745 from abderraouf-adjal/patch-1

optionsmodel.cpp; Use HTTPS with dogechain.info
This commit is contained in:
langerhans 2014-11-20 19:16:57 +01:00
commit 7dcc7f8a82

View File

@ -66,7 +66,7 @@ void OptionsModel::Init()
bDisplayAddresses = settings.value("bDisplayAddresses", false).toBool();
if (!settings.contains("strThirdPartyTxUrls"))
settings.setValue("strThirdPartyTxUrls", "http://dogechain.info/tx/%s|https://chain.so/tx/DOGE/%s");
settings.setValue("strThirdPartyTxUrls", "https://dogechain.info/tx/%s|https://chain.so/tx/DOGE/%s");
strThirdPartyTxUrls = settings.value("strThirdPartyTxUrls", "").toString();
if (!settings.contains("fCoinControlFeatures"))