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

Spend unconfirmed #17

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

Commits on Oct 3, 2018

  1. Unconfirmed tx is not in the blockchain

    By definition an unconfirmed transaction is not in the blockchain. It
    might be in the mempool though.
    jonas-lundqvist committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    2b3e833 View commit details
    Browse the repository at this point in the history
  2. Add requiredInputConfirmations parameter

    Add flexibility to the protocol by the possibility to allow 0-conf
    transactions as inputs to the payment.
    This parameter can also be used for setting a higher confirmation count
    on the input then the default 1.
    jonas-lundqvist committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    1123439 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47b18ac View commit details
    Browse the repository at this point in the history