mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 07:09:15 +01:00
gui: fix comments for BanTableModel and BanTablePriv::refreshBanlist()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user