From 39ffc214dd8aed080835e454b153d7b175d97bf7 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 17 Nov 2016 07:37:07 -0800 Subject: [PATCH] coin: minor. --- lib/primitives/coin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/primitives/coin.js b/lib/primitives/coin.js index 09139a81..97eabdcb 100644 --- a/lib/primitives/coin.js +++ b/lib/primitives/coin.js @@ -150,7 +150,6 @@ Coin.prototype.inspect = function inspect() { coinbase: this.coinbase, hash: this.hash ? utils.revHex(this.hash) : null, index: this.index, - // age: this.getAge(), address: this.getAddress() }; };