mirror of
https://github.com/mempool/mempool.git
synced 2026-08-19 13:18:06 +02:00
More verbose comments on $getMempoolTransactionsExtended
This commit is contained in:
parent
1b2122cd35
commit
e4fcadf39b
1 changed files with 2 additions and 1 deletions
|
|
@ -82,7 +82,8 @@ class TransactionUtils {
|
|||
results.push(result);
|
||||
}
|
||||
} 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue