Merge pull request #645 from haiqu/iss615

Fix Iss615 Removing an offer should specify fee amount
This commit is contained in:
Manfred Karrer 2016-10-15 12:55:57 +02:00 committed by GitHub
commit 6e0dbb6853

View file

@ -111,7 +111,7 @@ public class OpenOffersView extends ActivatableViewAndModel<VBox, OpenOffersView
String key = "RemoveOfferWarning";
if (preferences.showAgain(key))
new Popup().warning("Are you sure you want to remove that offer?\n" +
"The offer fee you have paid will be lost if you remove that offer.")
"The offer fee of 0.0005 BTC will be lost if you remove that offer.")
.actionButtonText("Remove offer")
.onAction(() -> doRemoveOpenOffer(openOffer))
.closeButtonText("Don't remove the offer")