aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-08-07 17:36:36 +0200
committerSjors Provoost <sjors@sprovoost.nl>2020-09-10 13:44:53 +0200
commit92326d89766155a792254d30a9962251b8fc7799 (patch)
tree5ecf9e916565ee452377c9db6082d09a340903b4 /doc
parent2c2a1445dc9d22c9d729b8301c8b3f54195bcfcf (diff)
downloadbitcoin-92326d89766155a792254d30a9962251b8fc7799.tar.xz
[rpc] add send method
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-16378.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-16378.md b/doc/release-notes-16378.md
new file mode 100644
index 0000000000..b006ea1a56
--- /dev/null
+++ b/doc/release-notes-16378.md
@@ -0,0 +1,5 @@
+RPC
+---
+- A new `send` RPC with similar syntax to `walletcreatefundedpsbt`, including
+ support for coin selection and a custom fee rate. Using the new `send` method
+ is encouraged: `sendmany` and `sendtoaddress` may be deprecated in a future release.