aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/init.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-02-05 08:09:16 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-02-05 08:09:16 +0000
commit8a6219e54379911605aed860519e0194f1433b72 (patch)
tree54e7a7b958b3f2a38edfce57c23c8ffa0bc36af2 /src/wallet/init.cpp
parentd71b0e78eb0f24e8b147657c8561d74e441c2503 (diff)
downloadbitcoin-8a6219e54379911605aed860519e0194f1433b72.tar.xz
Remove `-sysperms` option
This change effectively reverts commits from https://github.com/bitcoin/bitcoin/pull/4286. Users, who rely on non-default access permissions, should use `chmod` command.
Diffstat (limited to 'src/wallet/init.cpp')
-rw-r--r--src/wallet/init.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wallet/init.cpp b/src/wallet/init.cpp
index 773f094274..5403e38950 100644
--- a/src/wallet/init.cpp
+++ b/src/wallet/init.cpp
@@ -122,9 +122,6 @@ bool WalletInit::ParameterInteraction() const
return InitError(Untranslated("-zapwallettxes has been removed. If you are attempting to remove a stuck transaction from your wallet, please use abandontransaction instead."));
}
- if (gArgs.GetBoolArg("-sysperms", false))
- return InitError(Untranslated("-sysperms is not allowed in combination with enabled wallet functionality"));
-
return true;
}