Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some checking and backing on blockprioritysize. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michilumin
Copy link
Owner

Now we actually use the default blockprioritysize of 51000 as default. It can be overridden by arguments, still, but capping it for this build at 1/2 max block size and, saying no to zero priority transactions; as this seems to be how the std::min statement was evaluating before when it saw a 'null' argument -- causing a bunch of transactions (ANY low/no fee tx's) to not be included in a block, since there was zero room allocated for them.

Now we actually use the default blockprioritysize of 51000 as default. It can be overridden by arguments, still, but capping it for this build at 1/2 max block size and, saying no to zero priority transactions; as this seems to be how the std::min statement was evaluating before when it saw a 'null' argument -- causing a bunch of transactions (ANY low/no fee tx's) to not be included in a block, since there was zero room allocated for them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant