diff --git a/lib/bcoin/tx.js b/lib/bcoin/tx.js index 29598c30..43d23275 100644 --- a/lib/bcoin/tx.js +++ b/lib/bcoin/tx.js @@ -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);