diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2023-03-06 16:03:42 +0100 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2023-03-06 16:07:08 +0100 |
commit | 4be57a5df140f52628cab8a5ca5ddc208cd3f612 (patch) | |
tree | ed92fcef68418768fa8baec0c0f1793a61f9d7f4 /src/qt/bantablemodel.h | |
parent | a981af4e6fd0047bc3e96468db48dd7820dac808 (diff) |
gui: fix comments for BanTableModel and BanTablePriv::refreshBanlist()
Diffstat (limited to 'src/qt/bantablemodel.h')
-rw-r--r-- | src/qt/bantablemodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bantablemodel.h b/src/qt/bantablemodel.h index 51f925bfa8..adb97ad1c0 100644 --- a/src/qt/bantablemodel.h +++ b/src/qt/bantablemodel.h @@ -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. */ class BanTableModel : public QAbstractTableModel |