aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSjors Provoost <[email protected]>2020-09-17 15:06:39 +0200
committerSjors Provoost <[email protected]>2020-09-17 15:29:52 +0200
commitefc9b85e6f4aa431d308089874a18f0bbdcdd0fd (patch)
tree0f85ac4abe54a240bd9a82c4b8e9e923ea4fba10 /doc
parentMerge #19934: tests: Add fuzzing harness for Keccak and SHA3_256 (diff)
downloaddiscoin-efc9b85e6f4aa431d308089874a18f0bbdcdd0fd.tar.xz
discoin-efc9b85e6f4aa431d308089874a18f0bbdcdd0fd.zip
Mark send RPC experimental
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-16378.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/release-notes-16378.md b/doc/release-notes-16378.md
index b006ea1a5..958633e78 100644
--- a/doc/release-notes-16378.md
+++ b/doc/release-notes-16378.md
@@ -1,5 +1,6 @@
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.
+ support for coin selection and a custom fee rate. The `send` RPC is experimental
+ and may change in subsequent releases. Using it is encouraged once it's no
+ longer experimental: `sendmany` and `sendtoaddress` may be deprecated in a future release.