no priority on inspection.

This commit is contained in:
Christopher Jeffrey 2016-01-29 12:45:05 -08:00
parent 553b13dab7
commit ef3f8f37db

View File

@ -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);