commit
2ccb3d218d
@ -244,10 +244,11 @@ TransactionDb.prototype._getInfo = function(txid, next, opts) {
|
||||
Rpc.getTxInfo(txid, function(err, txInfo) {
|
||||
if (err) return next(err);
|
||||
|
||||
if (opts.noExtraInfo)
|
||||
return next(null,txInfo);
|
||||
|
||||
self._fillOutpoints(txInfo, function() {
|
||||
if (opts.noExtraInfo)
|
||||
return next(null,txInfo);
|
||||
|
||||
self._fillSpent(txInfo, function() {
|
||||
return next(null, txInfo);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user