bitcoind: fix indentation
This commit is contained in:
parent
ea3c813d51
commit
0a95765e51
@ -1433,9 +1433,9 @@ Bitcoin.prototype.getAddressSummary = function(addressArg, options, callback) {
|
|||||||
var paginatedTxids;
|
var paginatedTxids;
|
||||||
try {
|
try {
|
||||||
paginatedTxids = self._paginateTxids(allTxids, fromArg, toArg);
|
paginatedTxids = self._paginateTxids(allTxids, fromArg, toArg);
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
return callback(e);
|
return callback(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
var allSummary = _.clone(summary);
|
var allSummary = _.clone(summary);
|
||||||
allSummary.txids = paginatedTxids;
|
allSummary.txids = paginatedTxids;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user