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 {