mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
Typo
This commit is contained in:
parent
951f7d35d6
commit
26227db843
@ -30,7 +30,7 @@ namespace GUIUtil
|
||||
void setupAddressWidget(QLineEdit *widget, QWidget *parent);
|
||||
void setupAmountWidget(QLineEdit *widget, QWidget *parent);
|
||||
|
||||
// Parse "bitcoin:" URI into recipient object, return true on succesful parsing
|
||||
// Parse "bitcoin:" URI into recipient object, return true on successful parsing
|
||||
// See Bitcoin URI definition discussion here: https://bitcointalk.org/index.php?topic=33490.0
|
||||
bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out);
|
||||
bool parseBitcoinURI(QString uri, SendCoinsRecipient *out);
|
||||
|
Loading…
Reference in New Issue
Block a user