1.0.4 FLOsight Error Resolution
Keeping the return as, return next();
This commit is contained in:
parent
79fff4051b
commit
3b8d992504
@ -312,7 +312,7 @@ TransactionService.prototype._getInputValues = function(tx, options, callback) {
|
|||||||
log.info('Transaction Service: prev transacion: (' + input.prevout.txid() + ') for tx: ' +
|
log.info('Transaction Service: prev transacion: (' + input.prevout.txid() + ') for tx: ' +
|
||||||
_tx.txid() + ' at input index: ' + outputIndex + ' is missing from the index or not in the memory pool. It could be' +
|
_tx.txid() + ' at input index: ' + outputIndex + ' is missing from the index or not in the memory pool. It could be' +
|
||||||
' that the parent tx has not yet been relayed to us, but will be relayed in the near future.');
|
' that the parent tx has not yet been relayed to us, but will be relayed in the near future.');
|
||||||
return;
|
return next();
|
||||||
/* FLOsight Error Resolution by RanchiMall 11th May 2021
|
/* FLOsight Error Resolution by RanchiMall 11th May 2021
|
||||||
return next(new Error('Transaction Service: prev transacion: (' + input.prevout.txid() + ') for tx: ' +
|
return next(new Error('Transaction Service: prev transacion: (' + input.prevout.txid() + ') for tx: ' +
|
||||||
_tx.txid() + ' at input index: ' + outputIndex + ' is missing from the index or not in the memory pool. It could be' +
|
_tx.txid() + ' at input index: ' + outputIndex + ' is missing from the index or not in the memory pool. It could be' +
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user