bitcoin-core / gui

Bitcoin Core GUI staging repository
https://github.com/bitcoin/bitcoin
MIT License
604 stars 266 forks source link

Create unsigned when increasing fee asks for the passphrase #810

Closed kohend closed 6 months ago

kohend commented 8 months ago

Is there an existing issue for this?

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 commented 8 months ago

cc @achow101 @furszy

kohend commented 8 months ago

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

furszy commented 8 months ago

812

kohend commented 8 months ago

Wow, that was fast!

pablomartin4btc commented 7 months ago

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

kohend commented 7 months ago

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