fix missing variable in function call
This commit is contained in:
parent
c014c431bc
commit
d1dada4457
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ angular.module('copayApp.services')
|
||||||
|
|
||||||
// joins and stores a wallet
|
// joins and stores a wallet
|
||||||
root.joinWallet = function(opts, cb) {
|
root.joinWallet = function(opts, cb) {
|
||||||
var walletClient = bwcService.getClient();
|
var walletClient = bwcService.getClient(null, opts);
|
||||||
$log.debug('Joining Wallet:', opts);
|
$log.debug('Joining Wallet:', opts);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue