Ivan Socolsky
9 years ago
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with
1 additions and
0 deletions
-
lib/expressapp.js
|
|
@ -459,6 +459,7 @@ ExpressApp.prototype.start = function(opts, cb) { |
|
|
|
var opts = {}; |
|
|
|
if (req.query.skip) opts.skip = +req.query.skip; |
|
|
|
if (req.query.limit) opts.limit = +req.query.limit; |
|
|
|
if (req.query.includeExtendedInfo == '1') opts.includeExtendedInfo = true; |
|
|
|
|
|
|
|
server.getTxHistory(opts, function(err, txs) { |
|
|
|
if (err) return returnError(err, res, req); |
|
|
|