diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-11-05 11:42:51 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-12-08 16:08:57 +0100 |
commit | b82695b89ff59ed053f7133ef9c192ffae66ab84 (patch) | |
tree | 1e3c7c0bd76e1e0f89dc9fe9ca8c0d570274747d /src/qt/paymentserver.h | |
parent | 4b5b263ac0ee44fe432a713b444df9880cfce4a2 (diff) |
[Qt] make PaymentServer::ipcParseCommandLine void
- the function only returned true, so make it void
- add a comment about payment request network detection
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 25b08cde49..0103cbdd0d 100644 --- a/src/qt/paymentserver.h +++ b/src/qt/paymentserver.h @@ -59,7 +59,7 @@ class PaymentServer : public QObject public: // Parse URIs on command line // Returns false on error - static bool ipcParseCommandLine(int argc, char *argv[]); + static void ipcParseCommandLine(int argc, char *argv[]); // Returns true if there were URIs on the command line // which were successfully sent to an already-running |