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.