Skip to content

Commit

Permalink
fix missing variable in function call
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrs committed Nov 23, 2017
1 parent c014c43 commit d1dada4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/services/profileService.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ angular.module('copayApp.services')

// joins and stores a wallet
root.joinWallet = function(opts, cb) {
var walletClient = bwcService.getClient();
var walletClient = bwcService.getClient(null, opts);
$log.debug('Joining Wallet:', opts);

try {
Expand Down

0 comments on commit d1dada4

Please sign in to comment.