Add disable privatekeys option to createwallet

This commit is contained in:
Jonas Schnelli
2018-06-13 20:35:41 +02:00
parent cebefba085
commit 2f15c2bc20
2 changed files with 12 additions and 5 deletions

View File

@@ -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