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

Create unsigned when increasing fee asks for the passphrase #810

Closed
1 task done
kohend opened this issue Mar 29, 2024 · 6 comments · Fixed by #812
Closed
1 task done

Create unsigned when increasing fee asks for the passphrase #810

kohend opened this issue Mar 29, 2024 · 6 comments · Fixed by #812
Labels

Comments

@kohend
Copy link

kohend commented Mar 29, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current behaviour

Trying to increase the fee on a pending transaction, creating a psbt is asking for the passphrase, though it shouldn't need to unlock the wallet to create a psbt (and didn't require when creating the initial transaction).

Expected behaviour

Create the psbt without the need for unlocking the wallet

Steps to reproduce

Locked wallet
Set PSBT actions to enabled in settings
create a transaction with a fee increase replacement option and send it
raise the fee
Choose create PSBT
Get prompt for wallet unlock

Relevant log output

No response

How did you obtain Bitcoin Core

Package manager

What version of Bitcoin Core are you using?

26.0.0.0

Operating system and version

Ubuntu 22.04

Machine specifications

No response

@hebasto hebasto added the Wallet label Mar 29, 2024
@hebasto
Copy link
Member

hebasto commented Mar 29, 2024

cc @achow101 @furszy

@kohend
Copy link
Author

kohend commented Mar 29, 2024

I doubt it matters, but I am using the flatpak version.

@furszy
Copy link
Member

furszy commented Mar 29, 2024

#812

@kohend
Copy link
Author

kohend commented Mar 29, 2024

Wow, that was fast!

@pablomartin4btc
Copy link
Contributor

@kohend are you able to test @furszy's fix?

@kohend
Copy link
Author

kohend commented Apr 2, 2024

Yes, but it'll take a bit of time, since I have more urgent items in my queue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@kohend @furszy @hebasto @pablomartin4btc and others