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

do_callbacks_txid: don't fetch same txid several times from Bitcoin Core #317

Open
Kexkey opened this issue Oct 22, 2023 · 0 comments
Open

Comments

@Kexkey
Copy link
Collaborator

Kexkey commented Oct 22, 2023

When, for example, watching a txid for a batched tx, most of the times the same txid is used for multiple watches. We should fetch the txid only once from Bitcoin Core, keep it somewhere (serialize it to disk?) and use it locally for the whole do_callbacks_txid flow.

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

1 participant