mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 3a0f54dd24 into merged_master (Bitcoin PR bitcoin/bitcoin#29115)
This commit is contained in:
commit
4c86bb8a09
1 changed files with 1 additions and 0 deletions
|
|
@ -662,6 +662,7 @@ public:
|
|||
* to mempool. The transactions need not be direct
|
||||
* ancestors/descendants of each other.
|
||||
* @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,
|
||||
int64_t total_vsize) const EXCLUSIVE_LOCKS_REQUIRED(cs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue