diff options
| author | MarcoFalke <[email protected]> | 2020-10-08 15:15:21 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-10-08 15:11:25 +0200 |
| commit | faa0847dec0f48f8c07c9a4c995bf5f688bb8c1c (patch) | |
| tree | fdd229f21f35fa6568b736cdd33b3acfff1b71e2 | |
| parent | doc: Collect release-notes snippets (diff) | |
| download | discoin-faa0847dec0f48f8c07c9a4c995bf5f688bb8c1c.tar.xz discoin-faa0847dec0f48f8c07c9a4c995bf5f688bb8c1c.zip | |
doc: Add release notes for #20101
| -rw-r--r-- | doc/release-notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index edd4184a1..ba5c3c2c1 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -261,6 +261,10 @@ Wallet the fee bumping of transactions that did not signal RBF. This functionality has been superseded with the abandon transaction feature. (#19671) +- The error code when no wallet is loaded, but a wallet RPC is called, has been + changed from `-32601` (method not found) to `-18` (wallet not found). + (#20101) + ### Default Wallet Bitcoin Core will no longer create an unnamed `""` wallet by default when no |