diff options
| author | João Barbosa <[email protected]> | 2018-11-20 17:52:15 +0000 |
|---|---|---|
| committer | João Barbosa <[email protected]> | 2018-11-23 16:54:22 +0000 |
| commit | 02e1e4eff6cda0bfc24b455a7c1583394cbff6eb (patch) | |
| tree | 237289b00a226826bf8a34b05e59fd228bd193e0 /src/rpc/client.cpp | |
| parent | Merge #14521: qt, docs: Fix `bitcoin-qt -version` output formatting (diff) | |
| download | discoin-02e1e4eff6cda0bfc24b455a7c1583394cbff6eb.tar.xz discoin-02e1e4eff6cda0bfc24b455a7c1583394cbff6eb.zip | |
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 2b99808c0..6f1bfb03d 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 |