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