diff options
| author | João Barbosa <[email protected]> | 2019-01-04 01:38:09 +0000 |
|---|---|---|
| committer | João Barbosa <[email protected]> | 2019-01-15 00:01:00 +0000 |
| commit | 645e905c327411555073fa7964b36f652998059f (patch) | |
| tree | 2b32fd254666db33a1df9497a99647204dc9acc8 | |
| parent | rpc: Make unloadwallet wait for complete wallet unload (diff) | |
| download | discoin-645e905c327411555073fa7964b36f652998059f.tar.xz discoin-645e905c327411555073fa7964b36f652998059f.zip | |
doc: Add release notes for unloadwallet change to synchronous call
| -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 000000000..c3820d036 --- /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. |