mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-18 03:27:41 +02:00
Mark send RPC experimental
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user