coin: minor.
This commit is contained in:
parent
90c53fc33c
commit
39ffc214dd
@ -150,7 +150,6 @@ Coin.prototype.inspect = function inspect() {
|
|||||||
coinbase: this.coinbase,
|
coinbase: this.coinbase,
|
||||||
hash: this.hash ? utils.revHex(this.hash) : null,
|
hash: this.hash ? utils.revHex(this.hash) : null,
|
||||||
index: this.index,
|
index: this.index,
|
||||||
// age: this.getAge(),
|
|
||||||
address: this.getAddress()
|
address: this.getAddress()
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user