fix missing variable in function call

This commit is contained in:
Kadir Sekha 2017-11-23 15:09:07 +09:00
commit d1dada4457

View file

@ -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 {