From 2ecb94ad9c2126c7db57c6e21755ce6e647dc96a Mon Sep 17 00:00:00 2001 From: TheSorrow1 <31935646+TheSorrow1@users.noreply.github.com> Date: Tue, 17 Oct 2017 18:00:28 +0200 Subject: [PATCH] Link to our website. Added our site url, now that our site is finished. --- src/qt/guiconstants.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index f0abefb7b115a..173e85f13be14 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -49,8 +49,7 @@ static const int MAX_URI_LENGTH = 255; #define SPINNER_FRAMES 36 #define QAPP_ORG_NAME "BitcoinGold" -//Change domain once we got site up -#define QAPP_ORG_DOMAIN "bitcoin.org" +#define QAPP_ORG_DOMAIN "btcgpu.org" #define QAPP_APP_NAME_DEFAULT "BitcoinGold-Qt" #define QAPP_APP_NAME_TESTNET "BitcoinGold-Qt-testnet"