[#EXTRA_DESCENDANT_TX_SIZE_LIMIT] = EXTRA_DESCENDANT_TX_SIZE_LIMIT :mrdocs: An extra transaction can be added to a package, as long as it only has one ancestor and is no larger than this. Not really any reason to make this configurable as it doesn't materially change DoS parameters. == Synopsis Declared in `<policy/policy.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int EXTRA_DESCENDANT_TX_SIZE_LIMIT = {10'000}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#