This commit is contained in:
Manfred Karrer 2016-04-17 21:44:00 +02:00
parent b6f368c1ec
commit fbc145e755
3 changed files with 6 additions and 5 deletions

View file

@ -121,7 +121,7 @@ public class AccountView extends ActivatableView<TabPane, AccountViewModel> {
String key = "accountPrivacyInfo";
if (!BitsquareApp.DEV_MODE)
new Popup().backgroundInfo("In the account section you can setup your payment accounts for national currencies " +
new Popup().backgroundInfo("In the account screen you can setup your payment accounts for national currencies " +
"as well as for crypto currencies.\n\n" +
"Please note that this data is stored locally on your computer only. Bitsquare does not operate servers " +
"and has no access to users data.\n\n" +

View file

@ -385,7 +385,8 @@ class TakeOfferViewModel extends ActivatableWithDataModel<TakeOfferDataModel> im
boolean inputDataValid = isBtcInputValid(amount.get()).isValid
&& dataModel.isMinAmountLessOrEqualAmount()
&& !dataModel.isAmountLargerThanOfferAmount()
&& isOfferAvailable.get();
&& isOfferAvailable.get()
&& !dataModel.wouldCreateDustForOfferer();
isNextButtonDisabled.set(!inputDataValid);
// boolean notSufficientFees = dataModel.isWalletFunded.get() && dataModel.isMainNet.get() && !dataModel.isFeeFromFundingTxSufficient.get();
// isTakeOfferButtonDisabled.set(takeOfferRequested || !inputDataValid || notSufficientFees);

View file

@ -32,9 +32,9 @@ public class SeedNodesRepository {
new NodeAddress("b66vnevaljo6xt5a.onion:8000"),*/
// v0.4.2
new NodeAddress("tyng4uwrmynumrlr.onion:8000"),
new NodeAddress("45tr2h3hte27tnx3.onion:8000"),
new NodeAddress("j5fjv3elo372agzo.onion:8000"),
new NodeAddress("uadzuib66jupaept.onion:8000"),
new NodeAddress("hbma455xxbqhcuqh.onion:8000"),
new NodeAddress("wgthuiqn3aoiovbm.onion:8000"),
// testnet
new NodeAddress("znmy44wcstn2rkva.onion:8001"),