mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Improve warning message regarding insufficient BSQ
Improve the warning message to explain why BSQ balances close to 5.46 are not sufficient to be used for trade fees, due to dust limits in the Bitcoin protocol. Fixes #4439
This commit is contained in:
parent
2d5ab2a8d7
commit
8cb716b802
1 changed files with 4 additions and 3 deletions
|
@ -2612,9 +2612,10 @@ popup.warning.btcChangeBelowDustException=This transaction creates a change outp
|
|||
You need to add the dust amount to your sending amount to avoid to generate a dust output.\n\n\
|
||||
The dust output is {0}.
|
||||
|
||||
popup.warning.insufficientBsqFundsForBtcFeePayment=You don''t have sufficient BSQ funds for paying the trade fee in BSQ. \
|
||||
You can pay the fee in BTC or you need to fund your BSQ wallet. You can buy BSQ in Bisq.\n\n\
|
||||
Missing BSQ funds: {0}
|
||||
popup.warning.insufficientBsqFundsForBtcFeePayment=You''ll need more BSQ to do this transaction—the last \
|
||||
5.46 BSQ in your wallet cannot be used to pay trade fees because of dust limits in the Bitcoin protocol.\n\n\
|
||||
You can either buy more BSQ or pay trade fees with BTC.\n\n\
|
||||
Missing funds: {0}
|
||||
popup.warning.noBsqFundsForBtcFeePayment=Your BSQ wallet does not have sufficient funds for paying the trade fee in BSQ.
|
||||
popup.warning.messageTooLong=Your message exceeds the max. allowed size. Please send it in several parts or upload it to a service like https://pastebin.com.
|
||||
popup.warning.lockedUpFunds=You have locked up funds from a failed trade.\n\
|
||||
|
|
Loading…
Add table
Reference in a new issue