diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-08-07 16:16:49 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-08-07 16:17:02 +0200 |
| commit | c359ac9128b9b1a6fda29a2a49da0991f835ad0e (patch) | |
| tree | a891df686f7dcd449ee7cb35d48b6e281396bf89 /src/qt/guiutil.h | |
| parent | don't include <QDebug> (diff) | |
| download | discoin-c359ac9128b9b1a6fda29a2a49da0991f835ad0e.tar.xz discoin-c359ac9128b9b1a6fda29a2a49da0991f835ad0e.zip | |
allow empty/missing amounts in URL
Diffstat (limited to 'src/qt/guiutil.h')
| -rw-r--r-- | src/qt/guiutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 012e49754..5f63c16e1 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -27,6 +27,7 @@ public: static void setupAmountWidget(QLineEdit *widget, QWidget *parent); // Parse "bitcoin:" URL into recipient object, return true on succesful parsing + // See Bitcoin URL definition discussion here: https://bitcointalk.org/index.php?topic=33490.0 static bool parseBitcoinURL(const QUrl *url, SendCoinsRecipient *out); }; |