More verbose comments on $getMempoolTransactionsExtended
This commit is contained in:
@@ -82,7 +82,8 @@ class TransactionUtils {
|
|||||||
results.push(result);
|
results.push(result);
|
||||||
}
|
}
|
||||||
} catch {
|
} catch {
|
||||||
// skip failures
|
// we don't always expect to find a transaction for every txid
|
||||||
|
// so it's fine to silently skip failures
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return results;
|
return results;
|
||||||
|
|||||||
Reference in New Issue
Block a user