aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-08-15 20:11:54 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-08-15 20:11:54 -0500
commitb780cf4db1f9dfc49e7f16afc47892a5b40fe68a (patch)
treeca327c88c272d3f8087c793f15833e656039e820 /src/wallet/api/wallet.h
parentMerge pull request #4196 (diff)
parentwallet2: make --restricted-rpc available for wallet RPC only (diff)
downloadmonero-b780cf4db1f9dfc49e7f16afc47892a5b40fe68a.tar.xz
Merge pull request #4191
a64f57f wallet2: make --restricted-rpc available for wallet RPC only (stoffu)
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h2
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);