From cfa4133ce53db2de8791ee7fa758d50a438083a6 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 14 Dec 2017 03:29:55 +0000 Subject: GUI: RPCConsole: Log wallet changes --- src/qt/rpcconsole.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qt/rpcconsole.h') diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 5a22be3987..c97260b2c3 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -153,6 +153,7 @@ private: int consoleFontSize; QCompleter *autoCompleter; QThread thread; + QString m_last_wallet_id; /** Update UI with latest network info from model. */ void updateNetworkState(); -- cgit v1.2.3