From 6f8210c17b32f9b0eed3a6476aad731f91edaf2e Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 14 Jun 2016 14:15:33 -0300 Subject: [PATCH] fix validation; --- 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 fc893dff2..a484d2c67 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -138,7 +138,7 @@ angular.module('copayApp.services') storageService.clearLastAddress(walletId, function() {}); } }); - }, 3000); + }, 5000); }; // Used when reading wallets from the profile