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 {
|
return {
|
||||||
wid: this.wid,
|
wid: this.wid,
|
||||||
id: this.id,
|
id: this.id,
|
||||||
chainHeight: this.chainHeight,
|
|
||||||
hash: utils.revHex(this.hash),
|
hash: utils.revHex(this.hash),
|
||||||
height: this.height,
|
height: this.height,
|
||||||
block: this.block ? utils.revHex(this.block) : null,
|
block: this.block ? utils.revHex(this.block) : null,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user