coin: minor.

This commit is contained in:
Christopher Jeffrey 2016-11-17 07:37:07 -08:00
parent 90c53fc33c
commit 39ffc214dd
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

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