Mark send RPC experimental

This commit is contained in:
Sjors Provoost
2020-09-17 15:06:39 +02:00
parent be3af4f310
commit efc9b85e6f
2 changed files with 4 additions and 2 deletions

View File

@@ -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.