rpc: Add wait argument to stop

This commit is contained in:
João Barbosa
2018-11-20 17:52:15 +00:00
parent 59f05d1161
commit 02e1e4eff6
2 changed files with 8 additions and 1 deletions

View File

@@ -162,6 +162,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "rescanblockchain", 1, "stop_height"},
{ "createwallet", 1, "disable_private_keys"},
{ "getnodeaddresses", 0, "count"},
{ "stop", 0, "wait" },
};
// clang-format on