Skip to content

Designer fees when coin control is enabled#20652

Closed
gbizzotto wants to merge 1 commit intobitcoin:masterfrom
gbizzotto:master
Closed

Designer fees when coin control is enabled#20652
gbizzotto wants to merge 1 commit intobitcoin:masterfrom
gbizzotto:master

Conversation

@gbizzotto
Copy link
Copy Markdown

This is an improvement over current UI fee selection.
Current UI only allows kSat/kB fees, calculated over an approximation of the tx size.
Some users may want to set a specific fee in satoshis, including zero, which isn't possible.
This PR adds the UI items necessary for the user to set a specific fee.

Commit comment:

Fees can now be set in satoshis instead of kSat/kB only.
Fees can now be set to zero satoshis.
When switching to designer fee, or when inputs or outputs are changed, tx size is properly calculated (no guesswork). Fees, specified internally in sat/B, used to suffer alterations due to those approximations.

Fees can now be set in satoshis instead of kSat/kB only.
Fees can now be set to zero satoshis.
When switching to designer fee, or when inputs or outputs are changed, tx size is properly calculated (no guesswork). Fees, specified internally in sat/B, used to suffer alterations due to those approximations.
@gbizzotto gbizzotto changed the title Designer fees when coin control is enabled: Designer fees when coin control is enabled Dec 14, 2020
@promag
Copy link
Copy Markdown
Contributor

promag commented Dec 14, 2020

GUI changes should be submitted in https://github.com/bitcoin-core/gui.

@maflcko
Copy link
Copy Markdown
Member

maflcko commented Dec 14, 2020

Also, make sure to run the test locally before submitting.

@maflcko maflcko closed this Dec 14, 2020
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Aug 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants