diff --git a/lib/modules/address.js b/lib/modules/address.js index e55a77cb..caac9cef 100644 --- a/lib/modules/address.js +++ b/lib/modules/address.js @@ -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. * * @param {Object} messages - An object to collect messages * @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 {Boolean} rejected - If the transaction was rejected by the mempool */