fix mnemonics with priv key is encrypted

This commit is contained in:
Matias Alejo Garcia 2015-09-25 17:24:15 -03:00
commit 85f1439704
3 changed files with 48 additions and 10 deletions

View file

@ -103,6 +103,8 @@ angular.module('copayApp.services')
body = err.message || err.code;
break;
}
} else if (err.message) {
body = gettextCatalog.getString(err.message);
} else {
body = gettextCatalog.getString(err);
}