gui: fix comments for BanTableModel and BanTablePriv::refreshBanlist()

This commit is contained in:
Vasil Dimov
2023-03-06 16:03:42 +01:00
parent a981af4e6f
commit 4be57a5df1
2 changed files with 2 additions and 2 deletions

View File

@@ -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;