diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-01-13 17:09:48 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-01-13 17:11:05 +0100 |
| commit | f126973fd0052a99bb9d8db8416657c43e2b3d94 (patch) | |
| tree | a9aa0a406ffe50a52fdc6c37c946ce06f2f3a12d /src/qt/paymentserver.h | |
| parent | Merge pull request #3524 (diff) | |
| parent | [Qt] add messages when handling local payment request files (diff) | |
| download | discoin-f126973fd0052a99bb9d8db8416657c43e2b3d94.tar.xz discoin-f126973fd0052a99bb9d8db8416657c43e2b3d94.zip | |
Merge pull request #3374
bd70562 [Qt] add messages when handling local payment request files (Philip Kaufmann)
Diffstat (limited to 'src/qt/paymentserver.h')
| -rw-r--r-- | src/qt/paymentserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h index 5ee85f7db..af19661bd 100644 --- a/src/qt/paymentserver.h +++ b/src/qt/paymentserver.h @@ -102,7 +102,7 @@ public slots: // Submit Payment message to a merchant, get back PaymentACK: void fetchPaymentACK(CWallet* wallet, SendCoinsRecipient recipient, QByteArray transaction); - // Handle an incoming URI or file + // Handle an incoming URI, URI with local file scheme or file void handleURIOrFile(const QString& s); private slots: |