minor.
This commit is contained in:
parent
646b3c3028
commit
9e0aa7acbb
@ -1220,7 +1220,7 @@ TX.prototype.inspect = function inspect() {
|
||||
minFee: utils.btc(this.getMinFee()),
|
||||
confirmations: this.getConfirmations(),
|
||||
priority: this.getPriority().toString(10),
|
||||
date: new Date(this.ts * 1000).toISOString(),
|
||||
date: new Date((this.ts || this.ps) * 1000).toISOString(),
|
||||
block: this.block ? utils.revHex(this.block) : null,
|
||||
ts: this.ts,
|
||||
ps: this.ps,
|
||||
@ -1229,8 +1229,7 @@ TX.prototype.inspect = function inspect() {
|
||||
version: this.version,
|
||||
inputs: this.inputs,
|
||||
outputs: this.outputs,
|
||||
locktime: this.locktime,
|
||||
hint: this.hint
|
||||
locktime: this.locktime
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user