diff options
author | Cozz Lovan <cozzlovan@yahoo.com> | 2014-07-13 06:27:29 +0200 |
---|---|---|
committer | Cozz Lovan <cozzlovan@yahoo.com> | 2014-07-13 07:43:01 +0200 |
commit | 76fd7b8c2677dc145a67e86153d629b43d2a92e5 (patch) | |
tree | f266d31f739c8e819e9c45b1bd4dd1693951a1fb /src/qt/rpcconsole.h | |
parent | 29ef38951431fcce4a8692a652e99325d2a3795c (diff) |
[Qt] Fix segfault when launched with -disablewallet
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r-- | src/qt/rpcconsole.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 3aeff3eace..94672b30cc 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -47,6 +47,8 @@ protected: private: /** show detailed information on ui about selected node */ void updateNodeDetail(const CNodeCombinedStats *combinedStats); + /** initialize peer table */ + void initPeerTable(); enum ColumnWidths { |