diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-06-13 20:35:41 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-07-12 20:32:07 +0100 |
commit | 2f15c2bc20d583b4c1788da78c9c635c36e03ed0 (patch) | |
tree | c60e476b62da2a729fdc5a3bb9afd96bc54edbeb /src/rpc/client.cpp | |
parent | cebefba0855cee7fbcb9474b34e6779369e8e9ce (diff) |
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 0f35fd3770..0d35c15a9e 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 |