mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Fix parse_number.
This commit is contained in:
@@ -629,6 +629,7 @@ Amount.prototype.parse_quality = function (q, c, i) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Amount.prototype.parse_number = function (n) {
|
Amount.prototype.parse_number = function (n) {
|
||||||
|
this._is_native = false;
|
||||||
this._currency = Currency.from_json(1);
|
this._currency = Currency.from_json(1);
|
||||||
this._issuer = UInt160.from_json(1);
|
this._issuer = UInt160.from_json(1);
|
||||||
this._is_negative = n < 0 ? 1 : 0;
|
this._is_negative = n < 0 ? 1 : 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user