Skip to content

Commit

Permalink
RPC Docs: addmultisigaddress is intended for non-watchonly addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Jun 27, 2017
1 parent 8c2098a commit 73041c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,8 @@ UniValue addmultisigaddress(const JSONRPCRequest& request)
std::string msg = "addmultisigaddress nrequired [\"key\",...] ( \"account\" )\n"
"\nAdd a nrequired-to-sign multisignature address to the wallet.\n"
"Each key is a Bitcoin address or hex-encoded public key.\n"
"This functionality is only intended for use with non-watchonly addresses.\n"
"See `importaddress` for watchonly p2sh address support.\n"
"If 'account' is specified (DEPRECATED), assign address to that account.\n"

"\nArguments:\n"
Expand Down

0 comments on commit 73041c3

Please sign in to comment.