diff --git a/lib/services/bitcoind.js b/lib/services/bitcoind.js index ab8e3de5..21480251 100644 --- a/lib/services/bitcoind.js +++ b/lib/services/bitcoind.js @@ -1208,7 +1208,7 @@ Bitcoin.prototype._getHeightRangeQuery = function(options, clone) { * @param {Function} callback */ Bitcoin.prototype.getAddressTxids = function(addressArg, options, callback) { - /* jshint maxstatements: 16 */ + /* jshint maxstatements: 20 */ var self = this; var queryMempool = _.isUndefined(options.queryMempool) ? true : options.queryMempool; var queryMempoolOnly = _.isUndefined(options.queryMempoolOnly) ? false : options.queryMempoolOnly;