Skip to content

Commit 4be57a5

Browse files
committed
gui: fix comments for BanTableModel and BanTablePriv::refreshBanlist()
1 parent a981af4 commit 4be57a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/qt/bantablemodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class BanTablePriv
4343
/** Order (ascending or descending) to sort nodes by */
4444
Qt::SortOrder sortOrder;
4545

46-
/** Pull a full list of banned nodes from CNode into our cache */
46+
/** Pull a full list of banned nodes from interfaces::Node into our cache */
4747
void refreshBanlist(interfaces::Node& node)
4848
{
4949
banmap_t banMap;

src/qt/bantablemodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class BannedNodeLessThan
3737
};
3838

3939
/**
40-
Qt model providing information about connected peers, similar to the
40+
Qt model providing information about banned peers, similar to the
4141
"getpeerinfo" RPC call. Used by the rpc console UI.
4242
*/
4343
class BanTableModel : public QAbstractTableModel

0 commit comments

Comments
 (0)