From 0e5c542b49794bd4b586afb75a5bb943469c3d93 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 15 Mar 2017 18:20:29 -0700 Subject: [PATCH] rpc: minor. --- lib/wallet/rpc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/wallet/rpc.js b/lib/wallet/rpc.js index d07bc363..388b9bba 100644 --- a/lib/wallet/rpc.js +++ b/lib/wallet/rpc.js @@ -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).