From d1dada4457cb6f6fec24d8e751dd5d1b582146f2 Mon Sep 17 00:00:00 2001 From: Kadir Sekha Date: Thu, 23 Nov 2017 15:09:07 +0900 Subject: [PATCH] fix missing variable in function call --- src/js/services/profileService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index 3f0779060..01f7b0c57 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -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 {