aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-21 00:39:46 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-21 14:04:56 +0200
commitab73d5985de5d9c4d1e3fd0f4d9d88a0908ea319 (patch)
tree0b4c4f788d5013c17190aa4e62073803a5b0966e /src/qt/rpcconsole.h
parentfdf72859504d063d0a6b60a6dac5ad170bd86440 (diff)
downloadbitcoin-ab73d5985de5d9c4d1e3fd0f4d9d88a0908ea319.tar.xz
Do not pass `WalletModel*` to queued connection
Passing a `WalletModel*` object to a queued connection when the `ENABLE_WALLET` macro is undefined make code flawed.
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r--src/qt/rpcconsole.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h
index 94bc513c5b..1a54fe0cad 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -137,10 +137,6 @@ public Q_SLOTS:
/** set which tab has the focus (is visible) */
void setTabFocus(enum TabTypes tabType);
-Q_SIGNALS:
- // For RPC command executor
- void cmdRequest(const QString &command, const WalletModel* wallet_model);
-
private:
struct TranslatedStrings {
const QString yes{tr("Yes")}, no{tr("No")}, to{tr("To")}, from{tr("From")},