rpc: minor.
This commit is contained in:
parent
93c190d646
commit
0e5c542b49
@ -204,8 +204,8 @@ RPC.prototype.resendWalletTransactions = co(function* resendWalletTransactions(a
|
|||||||
|
|
||||||
RPC.prototype.addMultisigAddress = co(function* addMultisigAddress(args, help) {
|
RPC.prototype.addMultisigAddress = co(function* addMultisigAddress(args, help) {
|
||||||
if (help || args.length < 2 || args.length > 3) {
|
if (help || args.length < 2 || args.length > 3) {
|
||||||
throw new RPCError(errs.MISC_ERROR, 'addmultisigaddress'
|
throw new RPCError(errs.MISC_ERROR,
|
||||||
+ ' nrequired ["key",...] ( "account" )');
|
'addmultisigaddress nrequired ["key",...] ( "account" )');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Impossible to implement in bcoin (no address book).
|
// Impossible to implement in bcoin (no address book).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user