diff options
| author | Ross Nicoll <[email protected]> | 2015-08-12 20:47:41 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-03-25 05:36:12 +0000 |
| commit | 43b585b3cc779b2354b67c48ba41b8d4c8da6d1c (patch) | |
| tree | f0bbf9e21409638bd5ee8c66aee2752e30c1bd16 /src/qt/optionsmodel.cpp | |
| parent | Amount to send field now goes up/down 1 DOGE at a time (#1441) (diff) | |
| download | discoin-43b585b3cc779b2354b67c48ba41b8d4c8da6d1c.tar.xz discoin-43b585b3cc779b2354b67c48ba41b8d4c8da6d1c.zip | |
Add dogechain and chain.so as default block explorers
Diffstat (limited to 'src/qt/optionsmodel.cpp')
| -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 d6e740ee9..5096c60c9 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -74,7 +74,7 @@ void OptionsModel::Init(bool resetSettings) 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")) |