From 1b05f26482ec86f9446553c2cc77e1a059b49244 Mon Sep 17 00:00:00 2001 From: svost Date: Sat, 3 Dec 2016 21:18:34 +0300 Subject: [PATCH] See https://github.com/bitcoin/bitcoin/pull/1767 --- src/qt/rpcconsole.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index ff773f6..c793bf9 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -299,6 +299,8 @@ static QString categoryClass(int category) void RPCConsole::clear() { ui->messagesWidget->clear(); + history.clear(); + historyPtr = 0; ui->lineEdit->clear(); ui->lineEdit->setFocus(); -- 1.7.1