libwallet_api: helper method to return maximumAllowedAmount

This commit is contained in:
Ilya Kitaev
2016-08-23 12:35:01 +03:00
parent cbe534db1a
commit 32bc7b41c0
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -216,6 +216,7 @@ struct Wallet
static uint64_t amountFromDouble(double amount);
static std::string genPaymentId();
static bool paymentIdValid(const std::string &paiment_id);
static uint64_t maximumAllowedAmount();
/**
* @brief refresh - refreshes the wallet, updating transactions from daemon