aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGregory Sanders <gsanders87@gmail.com>2018-02-21 10:08:20 -0600
committerGregory Sanders <gsanders87@gmail.com>2018-02-21 10:08:20 -0600
commite4c924c51792e2b7c256a00dfd03aa8c9eba3cea (patch)
tree4fe6c04b6a3ff4033f84ccdaacd58696c4efbfd4 /src
parent89005ddad1c4a9732ecae47c7de34b4de157f48f (diff)
downloadbitcoin-e4c924c51792e2b7c256a00dfd03aa8c9eba3cea.tar.xz
createmultisig no longer takes addresses
Diffstat (limited to 'src')
-rw-r--r--src/rpc/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp
index e772f56534..aba004a639 100644
--- a/src/rpc/misc.cpp
+++ b/src/rpc/misc.cpp
@@ -263,7 +263,7 @@ UniValue createmultisig(const JSONRPCRequest& request)
"\nCreates a multi-signature address with n signature of m keys required.\n"
"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"
+ "1. nrequired (numeric, required) The number of required signatures out of the n keys.\n"
"2. \"keys\" (string, required) A json array of hex-encoded public keys\n"
" [\n"
" \"key\" (string) The hex-encoded public key\n"