mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-09-12 22:31:52 +00:00
Typo
This commit is contained in:
parent
951f7d35d6
commit
26227db843
@ -30,7 +30,7 @@ namespace GUIUtil
|
|||||||
void setupAddressWidget(QLineEdit *widget, QWidget *parent);
|
void setupAddressWidget(QLineEdit *widget, QWidget *parent);
|
||||||
void setupAmountWidget(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
|
// See Bitcoin URI definition discussion here: https://bitcointalk.org/index.php?topic=33490.0
|
||||||
bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out);
|
bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out);
|
||||||
bool parseBitcoinURI(QString uri, SendCoinsRecipient *out);
|
bool parseBitcoinURI(QString uri, SendCoinsRecipient *out);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user