bisq-network/bisq

Trade Step 1: If BSQ chosen for trade fees while "Synchronizing DAO", show correct warning popup

Open

#5,522 opened on May 22, 2021

View on GitHub
 (2 comments) (2 reactions) (0 assignees)Java (4,505 stars) (1,292 forks)batch import
good first issuein:guiin:trade-process

Description

Description

Some BSQ users are not aware that their BSQ wallet balance is virtually zero when Bisq is "Synchronizing DAO".

They may try to pay with BSQ for trade fees, but the UI tells them they have insufficient funds, which is incorrect.

Version

v1.6.4

Steps to reproduce

Try to take or create a trade and choose to pay the fee with BSQ. Do this at a point when "Synchronizing DAO" is happening (shown in the bottom bar).

Expected behaviour

When pressing Next, the user should get a warning popup saying:

Your BSQ wallet is disabled while DAO is synchronizing and your BSQ balance may appear to be zero during this period. Please check the status bar and try again later when Synchronizing DAO is complete, or continue now with this trade and use BTC to pay the trade fees.

Actual behaviour

When pressing Next, the user gets a warning popup saying "You need more BSQ to do this transaction", which is incorrect.

Screenshots

Contributor guide