diff options
| author | João Barbosa <[email protected]> | 2019-04-26 15:16:38 +0100 |
|---|---|---|
| committer | João Barbosa <[email protected]> | 2019-05-02 11:39:07 +0100 |
| commit | b6c748f84909212dce73e4b77aa125ed1e108a10 (patch) | |
| tree | 10fb1765b72739d2038131de1907c69a64399296 | |
| parent | rpc: Show scanning details in getwalletinfo (diff) | |
| download | discoin-b6c748f84909212dce73e4b77aa125ed1e108a10.tar.xz discoin-b6c748f84909212dce73e4b77aa125ed1e108a10.zip | |
doc: Add release notes for 15730
| -rw-r--r-- | doc/release-notes-15730.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-15730.md b/doc/release-notes-15730.md new file mode 100644 index 000000000..7a4a60b1e --- /dev/null +++ b/doc/release-notes-15730.md @@ -0,0 +1,5 @@ +RPC changes +----------- +The RPC `getwalletinfo` response now includes the `scanning` key with an object +if there is a scanning in progress or `false` otherwise. Currently the object +has the scanning duration and progress. |