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 89005dd commit e4c924cCopy full SHA for e4c924c
src/rpc/misc.cpp
@@ -263,7 +263,7 @@ UniValue createmultisig(const JSONRPCRequest& request)
263
"\nCreates a multi-signature address with n signature of m keys required.\n"
264
"It returns a json object with the address and redeemScript.\n"
265
"\nArguments:\n"
266
- "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"
267
"2. \"keys\" (string, required) A json array of hex-encoded public keys\n"
268
" [\n"
269
" \"key\" (string) The hex-encoded public key\n"
0 commit comments