typos.
This commit is contained in:
parent
c056b0d8ab
commit
dd57bba151
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user