Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115731
D7330.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
766 B
Subscribers
None
D7330.diff
View Options
diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp
--- a/src/wallet/rpcdump.cpp
+++ b/src/wallet/rpcdump.cpp
@@ -1639,6 +1639,11 @@
{"label", RPCArg::Type::STR, /* default */ "''",
"Label to assign to the address, only allowed with "
"internal=false"},
+ {"keypool", RPCArg::Type::BOOL, /* default */ "false",
+ "Stating whether imported public keys should be "
+ "added to the keypool for when users request new "
+ "addresses. Only allowed when wallet private keys "
+ "are disabled"},
},
},
},
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 11:53 (3 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187720
Default Alt Text
D7330.diff (766 B)
Attached To
D7330: [backport#15426] [Doc] importmulti: add missing description of keypool option
Event Timeline
Log In to Comment