From ba2fdc1620f4f45e65fdff4f6d8b04a2c751ecc1 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 10 Aug 2015 13:04:34 -0400 Subject: [PATCH] Fix jsdoc for transactionOutputHandler --- lib/modules/address.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */