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

Refactor bitcoin transaction logic #343

Open
gregdhill opened this issue Aug 26, 2022 · 1 comment
Open

Refactor bitcoin transaction logic #343

gregdhill opened this issue Aug 26, 2022 · 1 comment

Comments

@gregdhill
Copy link
Member

Re-posting a comment from @sander2:

Currently we have logic to lock access to tx generation (because the vault needed to add the return address prior to sending), so that can be removed. Additionally, the logic for bumping fees is now overly complicated for the same reason. We can now switch to the simple bumpfee rpc

@sander2
Copy link
Member

sander2 commented Aug 30, 2022

Simplifying bumpfee is blocked on my PR on the rpc library: rust-bitcoin/rust-bitcoincore-rpc#226

@nud3l nud3l added this to Backlog Jan 3, 2023
@nud3l nud3l moved this to Todo ⏳ in Backlog Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants