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