txdb: remove chainHeight from details json.
This commit is contained in:
parent
3baddeebb6
commit
5b43f76307
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user