We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd39194 commit 19bb65bCopy full SHA for 19bb65b
src/txmempool.h
@@ -605,6 +605,7 @@ class CTxMemPool
605
* to mempool. The transactions need not be direct
606
* ancestors/descendants of each other.
607
* @param[in] total_vsize Sum of virtual sizes for all transactions in package.
608
+ * @returns {} or the error reason if a limit is hit.
609
*/
610
util::Result<void> CheckPackageLimits(const Package& package,
611
int64_t total_vsize) const EXCLUSIVE_LOCKS_REQUIRED(cs);
0 commit comments