diff --git a/lib/bcoin/coins.js b/lib/bcoin/coins.js index 14b074a7..22ca4789 100644 --- a/lib/bcoin/coins.js +++ b/lib/bcoin/coins.js @@ -305,16 +305,16 @@ Coins.fromTX = function fromTX(tx) { /** * A "deferred" coin is an object which defers * parsing of a compressed coin. Say there is - * a transaction with 100 outputs. When block + * a transaction with 100 outputs. When a block * comes in, there may only be _one_ input in * that entire block which redeems an output * from that transaction. When parsing the * Coins, there is no sense to get _all_ of - * them into their abstract form. A "deferred" + * them into their abstract form. A deferred * coin is just a pointer to that coin in the * Coins buffer, as well as a size. Parsing * is done only if that coin is being redeemed. - * @exposes DeferredCoin + * @exports DeferredCoin * @constructor * @private * @param {Number} offset