diff --git a/lib/services/bitcoind.js b/lib/services/bitcoind.js index ff10c390..e882839a 100644 --- a/lib/services/bitcoind.js +++ b/lib/services/bitcoind.js @@ -1433,9 +1433,9 @@ Bitcoin.prototype.getAddressSummary = function(addressArg, options, callback) { var paginatedTxids; try { paginatedTxids = self._paginateTxids(allTxids, fromArg, toArg); - } catch(e) { - return callback(e); - } + } catch(e) { + return callback(e); + } var allSummary = _.clone(summary); allSummary.txids = paginatedTxids;