diff options
author | stoffu <stoffu@protonmail.ch> | 2018-07-30 14:38:55 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2018-08-16 09:54:23 +0900 |
commit | a64f57fe42292720415a507feb4f543ef3c3adbe (patch) | |
tree | ca327c88c272d3f8087c793f15833e656039e820 /src/wallet/api/wallet.h | |
parent | Merge pull request #4196 (diff) | |
download | monero-a64f57fe42292720415a507feb4f543ef3c3adbe.tar.xz |
wallet2: make --restricted-rpc available for wallet RPC only
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r-- | src/wallet/api/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index 28b73423d..9218d3ad5 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -52,7 +52,7 @@ struct Wallet2CallbackImpl; class WalletImpl : public Wallet { public: - WalletImpl(NetworkType nettype = MAINNET, bool restricted = false, uint64_t kdf_rounds = 1); + WalletImpl(NetworkType nettype = MAINNET, uint64_t kdf_rounds = 1); ~WalletImpl(); bool create(const std::string &path, const std::string &password, const std::string &language); |