We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-DENABLE_WALLET=OFF
1 parent 69409bc commit 5be34baCopy full SHA for 5be34ba
src/qt/rpcconsole.cpp
@@ -16,7 +16,9 @@
16
#include <qt/guiutil.h>
17
#include <qt/peertablesortproxy.h>
18
#include <qt/platformstyle.h>
19
+#ifdef ENABLE_WALLET
20
#include <qt/walletmodel.h>
21
+#endif // ENABLE_WALLET
22
#include <rpc/client.h>
23
#include <rpc/server.h>
24
#include <util/strencodings.h>
0 commit comments