This commit is contained in:
Reza Barazesh 2019-05-29 13:44:54 -07:00
parent e97ae1dd2e
commit cb55c263ab
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ Transaction.prototype.toObject = Transaction.prototype.toJSON = function toObjec
}
if (this.version >= 4) {
obj.valueBalance - this.valueBalance;
obj.valueBalance = this.valueBalance;
var spendDescs = [];
this.spendDescs.forEach(function(desc) {