-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Show current tx fee rate on main screen #4412
Comments
The fee is shown in the settings if one has selected to use the fee estimation. but I agree its hard to find and it would be nice to see it more promonent. Maybe @pedromvpg could make a suggestion how we can add it to the UI? We should avoid overloading the UI with information as well, so its a hard balance we the UI is already very information heavy. |
👍 |
But I agree its nto very visible... Feel free to make a UI suggestion where you think it fits in best. |
That's the withdrawal fee. I'm referring to the fee used for making or taking an offer, which varies from 10 to whatever mempool.space currently reports. |
It is the same if user has not set it to custom. E.g. we use the fee from estimation service for recommended withdrawal fee and for trade txs. But as said I agree its hard to see and would prefer to have it explicit displayed. |
Description
It would be very useful for the current fee estimation to be shown on the main screen - at the moment the only way to see it is to watch the Bisq log file for a message like this:
If
txFeePerByte=11
was shown in the main screen it would be much easier to determine if it is a good time to make a transaction.It is more useful than the
0.00 BTC Reserved
and0.00 BTC Locked
currently shown because they can also be found on the Funds screen.Version
all Bisq, up to currently 1.3.7
Expected behaviour
Show the tx fee on the main screen, to the right of Available balance, replacing Reserved/Locked balances.
The text was updated successfully, but these errors were encountered: