insight REST API retry

This commit is contained in:
Matias Alejo Garcia 2014-06-05 12:18:54 -03:00
commit da7c2c88db
8 changed files with 65 additions and 48 deletions

View file

@ -9,6 +9,8 @@ angular.module('copayApp.controllers').controller('ImportController',
var w, errMsg;
try {
w = walletFactory.fromEncryptedObj(encryptedObj, passphrase);
console.log('[import.js.12]',w.toObj()); //TODO
} catch(e) {
errMsg = e.message;
}