Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115772
D7713.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
636 B
Subscribers
None
D7713.diff
View Options
diff --git a/src/wallet/init.cpp b/src/wallet/init.cpp
--- a/src/wallet/init.cpp
+++ b/src/wallet/init.cpp
@@ -115,7 +115,8 @@
gArgs.AddArg("-walletdir=<dir>",
"Specify directory to hold wallets (default: "
"<datadir>/wallets if it exists, otherwise <datadir>)",
- ArgsManager::ALLOW_ANY, OptionsCategory::WALLET);
+ ArgsManager::ALLOW_ANY | ArgsManager::NETWORK_ONLY,
+ OptionsCategory::WALLET);
#if defined(HAVE_SYSTEM)
gArgs.AddArg("-walletnotify=<cmd>",
"Execute command when a wallet transaction changes (%s in cmd "
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 12:00 (33 m, 21 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5186267
Default Alt Text
D7713.diff (636 B)
Attached To
D7713: [backport#17447] wallet: Make -walletdir network only
Event Timeline
Log In to Comment