T168: MAX_DISCONNECTED_TX_POOL_SIZE was added by a Core PR, but doesn't consider block size when defining this value. I've added a scaling factor and changed it from kilobytes to bytes to be consistent with blocksize.
Details
Details
- Reviewers
deadalnix schancel - Group Reviewers
Restricted Project - Commits
- rSTAGING2c81a03ad212: Scale disconnected transaction pool size based on maximum block size
rABC2c81a03ad212: Scale disconnected transaction pool size based on maximum block size
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- dpool
- Lint
Lint Passed Severity Location Code Message Auto-Fix src/validation.cpp:1 CFMT Code style violation - Unit
No Test Coverage - Build Status
Buildable 1720 Build 1720: arc lint + arc unit