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.
2 parents e4ffcac + e4c924c commit 0e26591Copy full SHA for 0e26591
src/rpc/misc.cpp
@@ -98,7 +98,7 @@ UniValue createmultisig(const JSONRPCRequest& request)
98
"\nCreates a multi-signature address with n signature of m keys required.\n"
99
"It returns a json object with the address and redeemScript.\n"
100
"\nArguments:\n"
101
- "1. nrequired (numeric, required) The number of required signatures out of the n keys or addresses.\n"
+ "1. nrequired (numeric, required) The number of required signatures out of the n keys.\n"
102
"2. \"keys\" (string, required) A json array of hex-encoded public keys\n"
103
" [\n"
104
" \"key\" (string) The hex-encoded public key\n"
0 commit comments