mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
[doc]: add doxygen return comment for CheckPackageLimits
This commit is contained in:
parent
dd391944dc
commit
19bb65bf25
1 changed files with 1 additions and 0 deletions
|
@ -605,6 +605,7 @@ public:
|
||||||
* to mempool. The transactions need not be direct
|
* to mempool. The transactions need not be direct
|
||||||
* ancestors/descendants of each other.
|
* ancestors/descendants of each other.
|
||||||
* @param[in] total_vsize Sum of virtual sizes for all transactions in package.
|
* @param[in] total_vsize Sum of virtual sizes for all transactions in package.
|
||||||
|
* @returns {} or the error reason if a limit is hit.
|
||||||
*/
|
*/
|
||||||
util::Result<void> CheckPackageLimits(const Package& package,
|
util::Result<void> CheckPackageLimits(const Package& package,
|
||||||
int64_t total_vsize) const EXCLUSIVE_LOCKS_REQUIRED(cs);
|
int64_t total_vsize) const EXCLUSIVE_LOCKS_REQUIRED(cs);
|
||||||
|
|
Loading…
Add table
Reference in a new issue