allow empty/missing amounts in URL
[novacoin.git] / src / qt / guiutil.h
index 012e497..5f63c16 100644 (file)
@@ -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);
 };