aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-02-24 20:12:50 +0100
committerSjors Provoost <sjors@sprovoost.nl>2020-06-19 11:17:06 +0200
commit08fc6f6cfc3b06fd170452a766696d7b833113fa (patch)
treeb01e74a4bfc6d320fa2965944b4a71c8196ab3ad /doc
parent0101110f9b64fec4ee19882c4fdb5f6cd941cdfa (diff)
downloadbitcoin-08fc6f6cfc3b06fd170452a766696d7b833113fa.tar.xz
[rpc] refactor: consolidate sendmany and sendtoaddress code
The only new behavior is some error codes are changed from -4 to -6.
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-18202.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes-18202.md b/doc/release-notes-18202.md
new file mode 100644
index 0000000000..f2bd870ac4
--- /dev/null
+++ b/doc/release-notes-18202.md
@@ -0,0 +1,8 @@
+Low-level RPC Changes
+---------------------
+
+- To make RPC `sendtoaddress` more consistent with `sendmany` the following error
+ `sendtoaddress` codes were changed from `-4` to `-6`:
+ - Insufficient funds
+ - Fee estimation failed
+ - Transaction has too long of a mempool chain