From fa04610a1093621551e9130836240ec1663f15b9 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 1 Jun 2016 08:36:25 -0300 Subject: [PATCH] add import logs --- src/js/services/profileService.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index f10b670de..ecea8c747 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -78,10 +78,12 @@ angular.module('copayApp.services') root.setBaseURL(credentials.walletId); + $log.debug('Importing wallet:' + credentials.walletId); var client = bwcService.getClient(JSON.stringify(credentials)); root.walletClients[credentials.walletId] = client; if (client.incorrectDerivation) { + $log.warn('Key Derivation failed for wallet:' + credentials.walletId); storageService.clearLastAddress(credentials.walletId, function() {}); }