Skip to content

Commit efc9b85

Browse files
committed
Mark send RPC experimental
1 parent be3af4f commit efc9b85

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/release-notes-16378.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
RPC
22
---
33
- A new `send` RPC with similar syntax to `walletcreatefundedpsbt`, including
4-
support for coin selection and a custom fee rate. Using the new `send` method
5-
is encouraged: `sendmany` and `sendtoaddress` may be deprecated in a future release.
4+
support for coin selection and a custom fee rate. The `send` RPC is experimental
5+
and may change in subsequent releases. Using it is encouraged once it's no
6+
longer experimental: `sendmany` and `sendtoaddress` may be deprecated in a future release.

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3874,6 +3874,7 @@ static UniValue listlabels(const JSONRPCRequest& request)
38743874
static RPCHelpMan send()
38753875
{
38763876
return RPCHelpMan{"send",
3877+
"\nEXPERIMENTAL warning: this call may be changed in future releases.\n"
38773878
"\nSend a transaction.\n",
38783879
{
38793880
{"outputs", RPCArg::Type::ARR, RPCArg::Optional::NO, "a json array with outputs (key-value pairs), where none of the keys are duplicated.\n"

0 commit comments

Comments
 (0)