This commit is contained in:
Christopher Jeffrey 2016-06-12 14:14:21 -07:00
parent c056b0d8ab
commit dd57bba151
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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