diff options
| author | Patrick Lodder <[email protected]> | 2020-07-27 14:56:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-27 14:56:33 +0200 |
| commit | 447af0edcd324e66eb589a796915725321cdb0b6 (patch) | |
| tree | 6ce1d9c949bbcb4708f4ad6199843d2af93cad4b /src/qt | |
| parent | Merge pull request #1626 from bjacquin/dev/beber/deque (diff) | |
| parent | Change IPC prefix from bitcoin: to dogecoin: (diff) | |
| download | discoin-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.cpp | 2 |
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"; |