Add upgradewallet RPC

This commit is contained in:
Andrew Chow
2019-04-06 12:56:06 -04:00
parent 1e48796c99
commit 92263cce5b
2 changed files with 41 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "logging", 0, "include" },
{ "logging", 1, "exclude" },
{ "disconnectnode", 1, "nodeid" },
{ "upgradewallet", 0, "version" },
// Echo with conversion (For testing only)
{ "echojson", 0, "arg0" },
{ "echojson", 1, "arg1" },