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

RBF Enabled #162

Closed
chainlabsio opened this issue Feb 2, 2021 · 2 comments
Closed

RBF Enabled #162

chainlabsio opened this issue Feb 2, 2021 · 2 comments

Comments

@chainlabsio
Copy link

When using getmempoolentry the bip-125-replaceable enabled field inherits from ancestors. Wondering if this value has potential to change if ancestors are confirmed? Also is there any other way to confirm if the transaction itself has RBF enabled or if it inherits from parents RBF Enabeld?

@sgeisler
Copy link
Contributor

sgeisler commented Feb 4, 2021

Good question, I think the value could change from taking a glance at the BIP (but please look it up in the bitcoin core code if you need a 100% answer). For confirming explicit RBF signaling you'd have to also fetch the transaction using get_raw_transaction and then check the input's sequences. I opened a PR rust-bitcoin/rust-bitcoin#565 to make this more convenient.

@chainlabsio
Copy link
Author

@sgeisler thanks for creating the new function. Its clear to me now.

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