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

[Main] Don't limit zPIV spends from getting into the mempool #327

Merged
merged 1 commit into from
Oct 28, 2017

Commits on Oct 28, 2017

  1. [Main] Don't limit zPIV spends from getting into the mempool

    Since zPIV spends have no fee associated with them (fees are paid up
    front during the minting process), the built in rate limiter for
    zero-fee transactions was kicking in when it shouldn't have.
    
    This change will allow zPIV spends in `AcceptToMemoryPool()` and
    `AcceptableInputs()` to bypass the zero-fee rate limiter.
    
    At the same time, also double the default number of bytes to allow per
    minute before rate limiting. Previous default equated to 15000 bytes per
    minute, new default is 30000 bytes per minute (exclusive of zPIV
    spends).
    Fuzzbawls committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    1387fbd View commit details
    Browse the repository at this point in the history