diff options
author | glozow <gzhao408@berkeley.edu> | 2021-04-05 11:13:27 -0700 |
---|---|---|
committer | glozow <gzhao408@berkeley.edu> | 2021-05-24 14:42:10 +0100 |
commit | ae8e6df709ff3d52b8e9918e09cacb64f83ae379 (patch) | |
tree | bfbd17da9d061c54cb724cada601096965fc8155 /README.md | |
parent | c9e1a26d1f17c8b98632b7796ffa8f8788b5a83c (diff) |
[policy] limit package sizes
Maximum number of transactions allowed in a package is 25, equal to the
default mempool descendant limit: if a package has more transactions
than this, either it would fail default mempool descendant limit or the
transactions don't all have a dependency relationship (but then they
shouldn't be in a package together). Same rationale for 101KvB virtual
size package limit.
Note that these policies are only used in test accepts so far.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions