diff options
| author | Jonas Schnelli <[email protected]> | 2018-06-13 20:35:41 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2018-07-12 20:32:07 +0100 |
| commit | 2f15c2bc20d583b4c1788da78c9c635c36e03ed0 (patch) | |
| tree | c60e476b62da2a729fdc5a3bb9afd96bc54edbeb /src/rpc/client.cpp | |
| parent | Add option to disable private keys during internal wallet creation (diff) | |
| download | discoin-2f15c2bc20d583b4c1788da78c9c635c36e03ed0.tar.xz discoin-2f15c2bc20d583b4c1788da78c9c635c36e03ed0.zip | |
Add disable privatekeys option to createwallet
Diffstat (limited to 'src/rpc/client.cpp')
| -rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 0f35fd377..0d35c15a9 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -155,6 +155,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "echojson", 9, "arg9" }, { "rescanblockchain", 0, "start_height"}, { "rescanblockchain", 1, "stop_height"}, + { "createwallet", 1, "disable_private_keys"}, }; class CRPCConvertTable |