File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class BanTablePriv
43
43
/* * Order (ascending or descending) to sort nodes by */
44
44
Qt::SortOrder sortOrder;
45
45
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 */
47
47
void refreshBanlist (interfaces::Node& node)
48
48
{
49
49
banmap_t banMap;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class BannedNodeLessThan
37
37
};
38
38
39
39
/* *
40
- Qt model providing information about connected peers, similar to the
40
+ Qt model providing information about banned peers, similar to the
41
41
"getpeerinfo" RPC call. Used by the rpc console UI.
42
42
*/
43
43
class BanTableModel : public QAbstractTableModel
You can’t perform that action at this time.
0 commit comments