allow empty/missing amounts in URL
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user