mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-14 05:42:36 -03:00
gui: fix comments for BanTableModel and BanTablePriv::refreshBanlist()
This commit is contained in:
parent
a981af4e6f
commit
4be57a5df1
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ public:
|
||||||
/** Order (ascending or descending) to sort nodes by */
|
/** Order (ascending or descending) to sort nodes by */
|
||||||
Qt::SortOrder sortOrder;
|
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)
|
void refreshBanlist(interfaces::Node& node)
|
||||||
{
|
{
|
||||||
banmap_t banMap;
|
banmap_t banMap;
|
||||||
|
|
|
@ -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.
|
"getpeerinfo" RPC call. Used by the rpc console UI.
|
||||||
*/
|
*/
|
||||||
class BanTableModel : public QAbstractTableModel
|
class BanTableModel : public QAbstractTableModel
|
||||||
|
|
Loading…
Reference in a new issue