Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: test/functional/mempool_accept: Ensure oversize transaction i…
…s actually oversize Simply integer dividing results in an acceptable size if the limit isn't an exact multiple of the input size. Use math.ceil to ensure the transaction is always oversize.
- Loading branch information