diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2020-09-17 15:06:39 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2020-09-17 15:29:52 +0200 |
commit | efc9b85e6f4aa431d308089874a18f0bbdcdd0fd (patch) | |
tree | 0f85ac4abe54a240bd9a82c4b8e9e923ea4fba10 /src/wallet | |
parent | be3af4f31089726267ce2dbdd6c9c153bb5aeae1 (diff) |
Mark send RPC experimental
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/rpcwallet.cpp | 1 |
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" |