mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-03 18:29:21 +02:00
Typo
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
static void setupAddressWidget(QLineEdit *widget, QWidget *parent);
|
||||
static 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
|
||||
static bool parseBitcoinURI(const QUrl *, SendCoinsRecipient *out);
|
||||
static bool parseBitcoinURI(QString uri, SendCoinsRecipient *out);
|
||||
|
||||
Reference in New Issue
Block a user