From b6c748f84909212dce73e4b77aa125ed1e108a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Barbosa?= Date: Fri, 26 Apr 2019 15:16:38 +0100 Subject: [PATCH] doc: Add release notes for 15730 --- doc/release-notes-15730.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/release-notes-15730.md 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.