Fix jsdoc for transactionOutputHandler

This commit is contained in:
Braydon Fuller 2015-08-10 13:04:34 -04:00
parent 16f7ffa784
commit ba2fdc1620

View File

@ -60,12 +60,11 @@ AddressModule.prototype.getPublishEvents = function() {
}; };
/** /**
* Will process each output of a transaction from the daemon "tx" event, and contruct * Will process each output of a transaction from the daemon "tx" event, and construct
* an object with the data for the message to be relayed to any subscribers for an address. * an object with the data for the message to be relayed to any subscribers for an address.
* *
* @param {Object} messages - An object to collect messages * @param {Object} messages - An object to collect messages
* @param {Transaction} tx - Instance of the transaction * @param {Transaction} tx - Instance of the transaction
* @param {Output} output - The output being handled
* @param {Number} outputIndex - The index of the output in the transaction * @param {Number} outputIndex - The index of the output in the transaction
* @param {Boolean} rejected - If the transaction was rejected by the mempool * @param {Boolean} rejected - If the transaction was rejected by the mempool
*/ */