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) {
|
||||
if (help || args.length < 2 || args.length > 3) {
|
||||
throw new RPCError(errs.MISC_ERROR, 'addmultisigaddress'
|
||||
+ ' nrequired ["key",...] ( "account" )');
|
||||
throw new RPCError(errs.MISC_ERROR,
|
||||
'addmultisigaddress nrequired ["key",...] ( "account" )');
|
||||
}
|
||||
|
||||
// Impossible to implement in bcoin (no address book).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user