mtx: fix mtx.fromJSON.
This commit is contained in:
parent
15579a6b21
commit
94460ba592
@ -1371,7 +1371,7 @@ MTX.prototype.getJSON = function getJSON(network) {
|
||||
*/
|
||||
|
||||
MTX.fromJSON = function fromJSON(json) {
|
||||
return new MTX().fromJSON(JSON);
|
||||
return new MTX().fromJSON(json);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user