diff options
| author | João Barbosa <[email protected]> | 2019-01-02 12:40:21 +0000 |
|---|---|---|
| committer | João Barbosa <[email protected]> | 2019-01-02 12:47:32 +0000 |
| commit | a0ac15459a0df598e1ee1fd36a3899a129cecaeb (patch) | |
| tree | 4dbc72a9cdfb543c9017a6e31a0603855403ac1e | |
| parent | qa: Add tests for getrpcinfo (diff) | |
| download | discoin-a0ac15459a0df598e1ee1fd36a3899a129cecaeb.tar.xz discoin-a0ac15459a0df598e1ee1fd36a3899a129cecaeb.zip | |
doc: Add getrpcinfo release notes
| -rw-r--r-- | doc/release-notes-14982.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-14982.md b/doc/release-notes-14982.md new file mode 100644 index 000000000..3f0bf8aac --- /dev/null +++ b/doc/release-notes-14982.md @@ -0,0 +1,5 @@ +New RPCs +-------- + +- The RPC `getrpcinfo` returns runtime details of the RPC server. At the moment + it returns the active commands and the corresponding execution time. |