mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-25 07:10:48 -04:00
fixed wrong fee
This commit is contained in:
parent
f7c2a219c9
commit
af17c4938d
2 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ public class WithdrawalView extends ActivatableView<VBox, Void> {
|
|||
}
|
||||
}
|
||||
else {
|
||||
new Popup().error("The amount to transfer is lower the the transaction fee and the min. possible tx value.").show();
|
||||
new Popup().warning("The amount to transfer is lower than the transaction fee and the min. possible tx value.").show();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue