mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
JS: Fix and another unit-test.
This commit is contained in:
@@ -249,7 +249,7 @@ Currency.from_json = function (j) {
|
||||
: j.clone();
|
||||
};
|
||||
|
||||
currency.is_valid = function (j) {
|
||||
Currency.is_valid = function (j) {
|
||||
return currency.from_json(j).is_valid();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user