More verbose comments on $getMempoolTransactionsExtended

This commit is contained in:
Mononaut 2023-08-19 02:06:57 +09:00
parent 1b2122cd35
commit e4fcadf39b
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -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;