fixed wrong fee

This commit is contained in:
Manfred Karrer 2016-01-14 23:44:30 +01:00
parent f7c2a219c9
commit af17c4938d
2 changed files with 2 additions and 2 deletions

View file

@ -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();
}
}