diff options
| author | Ross Nicoll <[email protected]> | 2015-08-12 20:47:41 +0100 |
|---|---|---|
| committer | J Ross Nicoll <[email protected]> | 2015-10-31 14:49:40 +0000 |
| commit | d58844400507e184a73ef8f55e484d34d91a088b (patch) | |
| tree | 9388a329dadbed4591115aa1108cab738bf4c94b | |
| parent | qt: Introduce PlatformStyle (diff) | |
| download | discoin-d58844400507e184a73ef8f55e484d34d91a088b.tar.xz discoin-d58844400507e184a73ef8f55e484d34d91a088b.zip | |
Add dogechain and chain.so as default block explorers
| -rw-r--r-- | src/qt/optionsmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index 41d6acf35..9fb6d2259 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -62,7 +62,7 @@ void OptionsModel::Init() nDisplayUnit = settings.value("nDisplayUnit").toInt(); if (!settings.contains("strThirdPartyTxUrls")) - settings.setValue("strThirdPartyTxUrls", ""); + settings.setValue("strThirdPartyTxUrls", "https://dogechain.info/tx/%s|https://chain.so/tx/DOGE/%s"); strThirdPartyTxUrls = settings.value("strThirdPartyTxUrls", "").toString(); if (!settings.contains("fCoinControlFeatures")) |