diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -97,7 +97,7 @@ "It returns a json object with the address and redeemScript.\n" "\nArguments:\n" "1. nrequired (numeric, required) The number of required " - "signatures out of the n keys or addresses.\n" + "signatures out of the n keys.\n" "2. \"keys\" (string, required) A json array of hex-encoded " "public keys\n" " [\n"