aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-09-17 15:06:39 +0200
committerSjors Provoost <sjors@sprovoost.nl>2020-09-17 15:29:52 +0200
commitefc9b85e6f4aa431d308089874a18f0bbdcdd0fd (patch)
tree0f85ac4abe54a240bd9a82c4b8e9e923ea4fba10 /src/wallet
parentbe3af4f31089726267ce2dbdd6c9c153bb5aeae1 (diff)
downloadbitcoin-efc9b85e6f4aa431d308089874a18f0bbdcdd0fd.tar.xz
Mark send RPC experimental
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/rpcwallet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 62a3206802..0191f8372b 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -3874,6 +3874,7 @@ static UniValue listlabels(const JSONRPCRequest& request)
static RPCHelpMan send()
{
return RPCHelpMan{"send",
+ "\nEXPERIMENTAL warning: this call may be changed in future releases.\n"
"\nSend a transaction.\n",
{
{"outputs", RPCArg::Type::ARR, RPCArg::Optional::NO, "a json array with outputs (key-value pairs), where none of the keys are duplicated.\n"