Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed Dec 13, 2018
1 parent 700d27c commit b57c84f
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 591 deletions.
2 changes: 1 addition & 1 deletion bin/wallet-status
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ utils.getClient(program, { mustExist: true }, function (client) {
console.log(' Missing copayers:', x.n - x.copayers.length);
console.log(' Wallet secret:', x.secret);
}
console.log('* Copayers:', _.pluck(x.copayers,'name').join(', '));
console.log('* Copayers:', _.map(x.copayers,'name').join(', '));


if (program.verbose) {
Expand Down
Loading

0 comments on commit b57c84f

Please sign in to comment.