mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
Fix reference to Transaction#parseJson.
This commit is contained in:
@@ -134,7 +134,7 @@ Transaction.prototype.consts = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Transaction.from_json = function(j) {
|
Transaction.from_json = function(j) {
|
||||||
return (new Transaction()).parse_json(j);
|
return (new Transaction()).parseJson(j);
|
||||||
};
|
};
|
||||||
|
|
||||||
Transaction.prototype.parseJson = function(v) {
|
Transaction.prototype.parseJson = function(v) {
|
||||||
|
|||||||
Reference in New Issue
Block a user