aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2020-07-27 14:56:33 +0200
committerGitHub <[email protected]>2020-07-27 14:56:33 +0200
commit447af0edcd324e66eb589a796915725321cdb0b6 (patch)
tree6ce1d9c949bbcb4708f4ad6199843d2af93cad4b /src/qt
parentMerge pull request #1626 from bjacquin/dev/beber/deque (diff)
parentChange IPC prefix from bitcoin: to dogecoin: (diff)
downloaddiscoin-447af0edcd324e66eb589a796915725321cdb0b6.tar.xz
discoin-447af0edcd324e66eb589a796915725321cdb0b6.zip
Merge pull request #1629 from ftab/1628-fix-dogecoin-links
Fix dogecoin payment links
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/paymentserver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/paymentserver.cpp b/src/qt/paymentserver.cpp
index 88aaec8d3..edcb9fdcd 100644
--- a/src/qt/paymentserver.cpp
+++ b/src/qt/paymentserver.cpp
@@ -47,7 +47,7 @@
#endif
const int BITCOIN_IPC_CONNECT_TIMEOUT = 1000; // milliseconds
-const QString BITCOIN_IPC_PREFIX("bitcoin:");
+const QString BITCOIN_IPC_PREFIX("dogecoin:");
// BIP70 payment protocol messages
const char* BIP70_MESSAGE_PAYMENTACK = "PaymentACK";
const char* BIP70_MESSAGE_PAYMENTREQUEST = "PaymentRequest";