diff options
| author | MarcoFalke <[email protected]> | 2020-05-17 11:02:17 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-05-17 10:52:31 -0400 |
| commit | 4444dbf4d5047dd1c92973f7167a74a0779e61a3 (patch) | |
| tree | cfe1bef98791c7d2bb877e2a50e31b0aad83ba56 /src/qt/rpcconsole.cpp | |
| parent | Merge #18938: tests: Fill fuzzing coverage gaps for functions in consensus/va... (diff) | |
| download | discoin-4444dbf4d5047dd1c92973f7167a74a0779e61a3.tar.xz discoin-4444dbf4d5047dd1c92973f7167a74a0779e61a3.zip | |
gui: Remove un-actionable TODO
Diffstat (limited to 'src/qt/rpcconsole.cpp')
| -rw-r--r-- | src/qt/rpcconsole.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 2d4af3f9e..66f1c8fd9 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -31,17 +31,14 @@ #include <QKeyEvent> #include <QMenu> #include <QMessageBox> -#include <QScrollBar> #include <QScreen> +#include <QScrollBar> #include <QSettings> #include <QString> #include <QStringList> #include <QTime> #include <QTimer> -// TODO: add a scrollback limit, as there is currently none -// TODO: make it possible to filter out categories (esp debug messages when implemented) -// TODO: receive errors and debug messages through ClientModel const int CONSOLE_HISTORY = 50; const int INITIAL_TRAFFIC_GRAPH_MINS = 30; |