diff options
| author | Ross Nicoll <[email protected]> | 2014-04-27 19:56:13 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2014-04-27 19:56:13 +0100 |
| commit | 725860440c633ef05e15d7e9791411c40fa097c0 (patch) | |
| tree | cef7897173eb24202f34a427f961d7af8803bf73 | |
| parent | Disable payment protocol pending further assessment and potential rework. (diff) | |
| download | discoin-725860440c633ef05e15d7e9791411c40fa097c0.tar.xz discoin-725860440c633ef05e15d7e9791411c40fa097c0.zip | |
Replaced tabs with spaces.
| -rw-r--r-- | src/qt/bitcoin.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 973ab70d9..5c33d8f6f 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -430,14 +430,14 @@ void BitcoinApplication::initializeResult(int retval) // Now that initialization/startup is done, process any command-line // dogecoin: URIs or payment requests: /* - connect(paymentServer, SIGNAL(receivedPaymentRequest(SendCoinsRecipient)), + connect(paymentServer, SIGNAL(receivedPaymentRequest(SendCoinsRecipient)), window, SLOT(handlePaymentRequest(SendCoinsRecipient))); connect(window, SIGNAL(receivedURI(QString)), paymentServer, SLOT(handleURIOrFile(QString))); connect(paymentServer, SIGNAL(message(QString,QString,unsigned int)), window, SLOT(message(QString,QString,unsigned int))); - QTimer::singleShot(100, paymentServer, SLOT(uiReady())); - */ + QTimer::singleShot(100, paymentServer, SLOT(uiReady())); + */ #endif } else { quit(); // Exit main loop |