From 4be57a5df140f52628cab8a5ca5ddc208cd3f612 Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Mon, 6 Mar 2023 16:03:42 +0100 Subject: gui: fix comments for BanTableModel and BanTablePriv::refreshBanlist() --- src/qt/bantablemodel.cpp | 2 +- src/qt/bantablemodel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qt') diff --git a/src/qt/bantablemodel.cpp b/src/qt/bantablemodel.cpp index d68ca1e2ea..4592d29abc 100644 --- a/src/qt/bantablemodel.cpp +++ b/src/qt/bantablemodel.cpp @@ -43,7 +43,7 @@ public: /** Order (ascending or descending) to sort nodes by */ Qt::SortOrder sortOrder; - /** Pull a full list of banned nodes from CNode into our cache */ + /** Pull a full list of banned nodes from interfaces::Node into our cache */ void refreshBanlist(interfaces::Node& node) { banmap_t banMap; diff --git a/src/qt/bantablemodel.h b/src/qt/bantablemodel.h index 51f925bfa8..adb97ad1c0 100644 --- a/src/qt/bantablemodel.h +++ b/src/qt/bantablemodel.h @@ -37,7 +37,7 @@ private: }; /** - Qt model providing information about connected peers, similar to the + Qt model providing information about banned peers, similar to the "getpeerinfo" RPC call. Used by the rpc console UI. */ class BanTableModel : public QAbstractTableModel -- cgit v1.2.3