mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix this to match.
This commit is contained in:
@@ -771,9 +771,9 @@ Amount.prototype.multiply = function (v) {
|
||||
o2 -= 1;
|
||||
}
|
||||
|
||||
v1 = v1.multiply(consts.bi_10).add(3);
|
||||
v1 = v1.multiply(consts.bi_10).add(5);
|
||||
o1 -= 1;
|
||||
v2 = v2.multiply(consts.bi_10).add(3);
|
||||
v2 = v2.multiply(consts.bi_10).add(5);
|
||||
o2 -= 1;
|
||||
|
||||
result = new Amount();
|
||||
|
||||
Reference in New Issue
Block a user