diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-11-20 17:52:15 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-11-23 16:54:22 +0000 |
commit | 02e1e4eff6cda0bfc24b455a7c1583394cbff6eb (patch) | |
tree | 237289b00a226826bf8a34b05e59fd228bd193e0 /src/rpc/client.cpp | |
parent | 59f05d1161698dcca6eaf719422d4ec3401f2954 (diff) |
rpc: Add wait argument to stop
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 2b99808c07..6f1bfb03d1 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -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 |