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

Fix create unsigned transaction fee bump #812

Merged

Conversation

furszy
Copy link
Member

@furszy furszy commented Mar 29, 2024

Fixes #810.

Not much to explain; we were requiring the wallet to be unlocked for the unsigned transaction creation process.
Fix this by moving the unlock wallet request to the signed transaction creation process.

@DrahtBot
Copy link
Contributor

DrahtBot commented Mar 29, 2024

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Reviews

See the guideline for information on the review process.

Type Reviewers
ACK pablomartin4btc, hebasto

If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

@hebasto hebasto changed the title gui: fix create unsigned transaction fee bump Fix create unsigned transaction fee bump Apr 1, 2024
Copy link
Contributor

@pablomartin4btc pablomartin4btc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Concept ACK

I'll test it soon.

Copy link
Contributor

@MarnixCroes MarnixCroes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tack 671b7a3

Send prompts the passphrase, Create Unsigned does not prompt the passphrase

Copy link
Contributor

@pablomartin4btc pablomartin4btc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK 671b7a3

Tested and verified this PR fixes #810 and now creation of unsigned tx/ PSBT/ during fee-bumping doesn't ask for passphrase/ requires wallet unlock.

src/qt/walletmodel.cpp Show resolved Hide resolved
@maflcko
Copy link
Contributor

maflcko commented Apr 18, 2024

rfm?

Copy link
Member

@hebasto hebasto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 671b7a3, tested on Ubuntu 24.04.

@hebasto hebasto merged commit b940619 into bitcoin-core:master May 12, 2024
16 checks passed
@furszy furszy deleted the 2024_gui_fix_create_unsigned_tx_fee_bump branch May 12, 2024 14:57
fanquake pushed a commit to fanquake/bitcoin that referenced this pull request May 13, 2024
@fanquake
Copy link
Member

Backported in bitcoin/bitcoin#30092.

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

Successfully merging this pull request may close these issues.

Create unsigned when increasing fee asks for the passphrase
7 participants