Limit number of txns on mobile app

This commit is contained in:
Aditya Kulkarni
2019-01-22 13:10:40 -08:00
parent 3f02c19159
commit 5b34b0a7c5
2 changed files with 4 additions and 2 deletions

View File

@@ -76,6 +76,8 @@ public:
static double getMinerFee();
static double getZboardAmount();
static QString getZboardAddr();
static int getMaxMobileAppTxns() { return 30; }
static bool isValidAddress(QString addr);