From 39a9bf2526fed1016da4905574b51225ff08f54f Mon Sep 17 00:00:00 2001 From: fekt Date: Thu, 6 Oct 2022 10:00:19 -0400 Subject: [PATCH] Unban all peers missing header change --- src/rpc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 src/rpc.h diff --git a/src/rpc.h b/src/rpc.h old mode 100644 new mode 100755 index 80b9aa3..8e78824 --- a/src/rpc.h +++ b/src/rpc.h @@ -68,7 +68,8 @@ public: void refreshAddresses(); void refreshPeers(); void setban(QString ip, QString command, const std::function& cb); - + void clearBanned(const std::function& cb); + void checkForUpdate(bool silent = true); void refreshPrice(); void getZboardTopics(std::function)> cb); @@ -140,7 +141,6 @@ private: void getPeerInfo (const std::function& cb); void getZAddresses (const std::function& cb); void getTAddresses (const std::function& cb); - void clearBanned (const std::function& cb); void z_sweepstatus (const std::function& cb); void z_consolidationstatus (const std::function& cb); void rescan (qint64 height, const std::function& cb);