mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Merge branch 'master' of github.com:jedmccaleb/NewCoin
This commit is contained in:
@@ -557,7 +557,6 @@ Amount.prototype.add = function (v) {
|
|||||||
|
|
||||||
if (result._is_negative) {
|
if (result._is_negative) {
|
||||||
result._value = result._value.negate();
|
result._value = result._value.negate();
|
||||||
result._is_negative = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
result._currency = this._currency.clone();
|
result._currency = this._currency.clone();
|
||||||
|
|||||||
Reference in New Issue
Block a user