diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:56:56 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:56:56 -0700 |
| commit | 42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622 (patch) | |
| tree | 5ee83fd64a21f643e730182ed5dbe3eafab9f15a /src/qt/optionsmodel.cpp | |
| parent | really s/Doge/Dis/g this time (diff) | |
| download | discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.tar.xz discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.zip | |
s/DOGE/DIS/g
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 c47a7d22b..bb3ca783d 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", "https://dischain.info/tx/%s|https://chain.so/tx/DOGE/%s"); + settings.setValue("strThirdPartyTxUrls", "https://dischain.info/tx/%s|https://chain.so/tx/DIS/%s"); strThirdPartyTxUrls = settings.value("strThirdPartyTxUrls", "").toString(); if (!settings.contains("fCoinControlFeatures")) |