no priority on inspection.
This commit is contained in:
parent
553b13dab7
commit
ef3f8f37db
@ -1451,7 +1451,7 @@ TX.prototype.inspect = function inspect() {
|
||||
copy.fee = utils.btc(this.getFee());
|
||||
copy.height = this.getHeight();
|
||||
copy.confirmations = this.getConfirmations();
|
||||
copy.priority = this.getPriority().toString(10);
|
||||
// copy.priority = this.getPriority().toString(10);
|
||||
copy.date = new Date((copy.ts || 0) * 1000).toISOString();
|
||||
if (copy.hardFee)
|
||||
copy.hardFee = utils.btc(copy.hardFee);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user