diff --git a/src/txmempool.h b/src/txmempool.h index 60640acdb0efa..9da51756e6084 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -605,6 +605,7 @@ class CTxMemPool * 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 CheckPackageLimits(const Package& package, int64_t total_vsize) const EXCLUSIVE_LOCKS_REQUIRED(cs);