mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-05 18:46:01 +00:00
Merge pull request #745 from abderraouf-adjal/patch-1
optionsmodel.cpp; Use HTTPS with dogechain.info
This commit is contained in:
commit
7dcc7f8a82
@ -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"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user