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

Fix CPFP when tx fee is less than MIN_RELAY #694

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 28, 2022

  1. Fix CPFP when tx fee is less than MIN_RELAY

    Mempool inclusion policy does not consider descendant fee when
    checking transaction for minimum fee, this would allow you to
    incentivize the miner to include your transaction without having
    to wait for a block with low weight or your transaction to get
    evicted.
    Anunayj committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ec53743 View commit details
    Browse the repository at this point in the history
  2. test: Child pays for parent

    Anunayj committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    28b1486 View commit details
    Browse the repository at this point in the history