JS: Remove broken Seed parse_json string interpretation.

This commit is contained in:
Stefan Thomas
2013-02-08 03:56:44 +01:00
parent ce43c77bcc
commit 6918528d23

View File

@@ -39,8 +39,6 @@ Seed.prototype.parse_json = function (j) {
} else {
this.parse_passphrase(j);
}
} else if (Array.isArray(j) && 16 === j.length) {
this._value = new BigInteger(utils.stringToArray(j), 128);
} else {
this._value = NaN;
}