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

Conversation

jonas-lundqvist
Copy link

No description provided.

By definition an unconfirmed transaction is not in the blockchain. It
might be in the mempool though.
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
Copy link
Author

Fixes #8

@@ -40,6 +40,7 @@ On a successful request, the response will contain the following headers.
* `network` - Which network is this request for (main / test / regtest)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isAwesome

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.

None yet

3 participants