diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-04 01:38:09 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-15 00:01:00 +0000 |
commit | 645e905c327411555073fa7964b36f652998059f (patch) | |
tree | 2b32fd254666db33a1df9497a99647204dc9acc8 /doc | |
parent | c37851de5752f107c16e19317f28038b6b7ca2dc (diff) |
doc: Add release notes for unloadwallet change to synchronous call
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-14941.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-14941.md b/doc/release-notes-14941.md new file mode 100644 index 0000000000..c3820d0368 --- /dev/null +++ b/doc/release-notes-14941.md @@ -0,0 +1,5 @@ +Miscellaneous RPC changes +------------ + +- The `unloadwallet` RPC is now synchronous, meaning that it blocks until the + wallet is fully unloaded. |