Skip to content

Commit 73041c3

Browse files
committed
RPC Docs: addmultisigaddress is intended for non-watchonly addresses
1 parent 8c2098a commit 73041c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,8 @@ UniValue addmultisigaddress(const JSONRPCRequest& request)
10151015
std::string msg = "addmultisigaddress nrequired [\"key\",...] ( \"account\" )\n"
10161016
"\nAdd a nrequired-to-sign multisignature address to the wallet.\n"
10171017
"Each key is a Bitcoin address or hex-encoded public key.\n"
1018+
"This functionality is only intended for use with non-watchonly addresses.\n"
1019+
"See `importaddress` for watchonly p2sh address support.\n"
10181020
"If 'account' is specified (DEPRECATED), assign address to that account.\n"
10191021

10201022
"\nArguments:\n"

0 commit comments

Comments
 (0)