mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
JS: Remove broken Seed parse_json string interpretation.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user