Remove no peers warning

This commit is contained in:
Aditya Kulkarni
2019-10-26 13:03:12 -07:00
parent b2376a87e6
commit 2b94c7f6d0
3 changed files with 1 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ public:
bool getSaveZtxs();
void setSaveZtxs(bool save);
bool getAllowCustomFees();
void setAllowCustomFees(bool allow);
@@ -77,9 +77,6 @@ public:
void setZECPrice(double p) { zecPrice = p; }
double getZECPrice();
void setPeers(int peers);
int getPeers();
// Static stuff
static const QString txidStatusMessage;