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() }; };