txdb: remove chainHeight from details json.

This commit is contained in:
Christopher Jeffrey 2016-11-04 09:50:17 -07:00
parent 3baddeebb6
commit 5b43f76307
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -3290,7 +3290,6 @@ Details.prototype.toJSON = function toJSON() {
return {
wid: this.wid,
id: this.id,
chainHeight: this.chainHeight,
hash: utils.revHex(this.hash),
height: this.height,
block: this.block ? utils.revHex(this.block) : null,