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

Allow disabling RBF with GA_create_transaction #205

Closed
kilrau opened this issue Mar 28, 2024 · 1 comment
Closed

Allow disabling RBF with GA_create_transaction #205

kilrau opened this issue Mar 28, 2024 · 1 comment

Comments

@kilrau
Copy link

kilrau commented Mar 28, 2024

No description provided.

@jgriffiths
Copy link
Contributor

@kilrau You can disable rbf in GA_create_transaction by setting sequence in each "utxo" element to 0xFFFFFFFE i.e. 4294967294 before calling. The resulting tx will not be eligible for RBF.

We will update the documentation to reflect that the sequence number can be overriden in the next release.

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

No branches or pull requests

2 participants