diff options
| author | David A. Harding <[email protected]> | 2019-02-16 16:58:41 -0500 |
|---|---|---|
| committer | David A. Harding <[email protected]> | 2019-02-16 16:59:55 -0500 |
| commit | a607c9ae4c2730fca5ce340c400c95c87e498a7c (patch) | |
| tree | 437a7dfe310efa3d9b41d96e4e4ed486caaaf352 /src | |
| parent | Merge #15368: Descriptor checksums (diff) | |
| download | discoin-a607c9ae4c2730fca5ce340c400c95c87e498a7c.tar.xz discoin-a607c9ae4c2730fca5ce340c400c95c87e498a7c.zip | |
[Doc] importmulti: add missing description of keypool option
Diffstat (limited to 'src')
| -rw-r--r-- | src/wallet/rpcdump.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index 66a52c127..f38202a2b 100644 --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -1382,6 +1382,7 @@ UniValue importmulti(const JSONRPCRequest& mainRequest) {"internal", RPCArg::Type::BOOL, /* default */ "false", "Stating whether matching outputs should be treated as not incoming payments (also known as change)"}, {"watchonly", RPCArg::Type::BOOL, /* default */ "false", "Stating whether matching outputs should be considered watchonly."}, {"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"}, }, }, }, |