Transfer: improve warning flow

This commit is contained in:
thotbot
2019-12-19 00:16:00 +00:00
parent 46227bdad0
commit a83adb70ad
6 changed files with 45 additions and 30 deletions

View File

@@ -135,7 +135,7 @@ public:
Q_INVOKABLE quint64 maximumAllowedAmount() const;
// QML JS engine doesn't support unsigned integers
Q_INVOKABLE QString maximumAllowedAmountAsSting() const;
Q_INVOKABLE QString maximumAllowedAmountAsString() const;
Q_INVOKABLE bool paymentIdValid(const QString &payment_id) const;
Q_INVOKABLE bool addressValid(const QString &address, NetworkType::Type nettype) const;