Merge pull request #46 from matiaspando/feature/removeCryptoAES

fixes notification for invalid credentials
This commit is contained in:
Matias Alejo Garcia 2014-10-28 18:23:17 -03:00
commit eaf14ddb49
6 changed files with 24 additions and 18 deletions

View file

@ -261,8 +261,8 @@ Identity.prototype.close = function(cb) {
* @param {string} cypherText - the encrypted object
* @param {string} passphrase - passphrase to decrypt it
* @param {string[]} opts.skipFields - fields to ignore when importing
* @param {string[]} opts.salt -
* @param {string[]} opts.iterations -
* @param {string[]} opts.salt -
* @param {string[]} opts.iterations -
* @param {string[]} opts.importFunction - for stubbing
* @return {Wallet}
*/