We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2098a commit 73041c3Copy full SHA for 73041c3
src/wallet/rpcwallet.cpp
@@ -1015,6 +1015,8 @@ UniValue addmultisigaddress(const JSONRPCRequest& request)
1015
std::string msg = "addmultisigaddress nrequired [\"key\",...] ( \"account\" )\n"
1016
"\nAdd a nrequired-to-sign multisignature address to the wallet.\n"
1017
"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"
1020
"If 'account' is specified (DEPRECATED), assign address to that account.\n"
1021
1022
"\nArguments:\n"
0 commit comments