mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
[FIX] Fix undefined Transaction.prototype.summary()
This commit is contained in:
@@ -1160,7 +1160,7 @@ Transaction.prototype.abort = function() {
|
||||
* @return {Object} transaction summary
|
||||
*/
|
||||
|
||||
Transaction.summary = function() {
|
||||
Transaction.prototype.summary = function() {
|
||||
var result = {
|
||||
tx_json: this.tx_json,
|
||||
clientID: this._clientID,
|
||||
|
||||
Reference in New Issue
Block a user