Skip to content

Commit

Permalink
Bugfix: RPC: Add address_type named param for createmultisig
Browse files Browse the repository at this point in the history
Github-Pull: #14596
Rebased-From: d8bf107
  • Loading branch information
luke-jr authored and fanquake committed Nov 29, 2018
1 parent df5131b commit de5e48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ static const CRPCCommand commands[] =
{ "control", "getmemoryinfo", &getmemoryinfo, {"mode"} },
{ "control", "logging", &logging, {"include", "exclude"}},
{ "util", "validateaddress", &validateaddress, {"address"} }, /* uses wallet if enabled */
{ "util", "createmultisig", &createmultisig, {"nrequired","keys"} },
{ "util", "createmultisig", &createmultisig, {"nrequired","keys","address_type"} },
{ "util", "verifymessage", &verifymessage, {"address","signature","message"} },
{ "util", "signmessagewithprivkey", &signmessagewithprivkey, {"privkey","message"} },

Expand Down

0 comments on commit de5e48a

Please sign in to comment.