aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server.h
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-07-30 14:38:55 +0900
committerstoffu <stoffu@protonmail.ch>2018-08-16 09:54:23 +0900
commita64f57fe42292720415a507feb4f543ef3c3adbe (patch)
treeca327c88c272d3f8087c793f15833e656039e820 /src/wallet/wallet_rpc_server.h
parentMerge pull request #4196 (diff)
downloadmonero-a64f57fe42292720415a507feb4f543ef3c3adbe.tar.xz
wallet2: make --restricted-rpc available for wallet RPC only
Diffstat (limited to 'src/wallet/wallet_rpc_server.h')
-rw-r--r--src/wallet/wallet_rpc_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet_rpc_server.h b/src/wallet/wallet_rpc_server.h
index b7e545c53..25eb01ba9 100644
--- a/src/wallet/wallet_rpc_server.h
+++ b/src/wallet/wallet_rpc_server.h
@@ -237,6 +237,7 @@ namespace tools
tools::private_file rpc_login_file;
std::atomic<bool> m_stop;
bool m_trusted_daemon;
+ bool m_restricted;
const boost::program_options::variables_map *m_vm;
};
}