From cf6f209592223b24cc9072a62482dc26218cd052 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Wed, 13 Apr 2016 18:14:07 +0200 Subject: [PATCH] Add warning about market price to tac --- .../java/io/bitsquare/gui/main/overlays/windows/TacWindow.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/src/main/java/io/bitsquare/gui/main/overlays/windows/TacWindow.java b/gui/src/main/java/io/bitsquare/gui/main/overlays/windows/TacWindow.java index 0c05e337e0..b5d886199b 100644 --- a/gui/src/main/java/io/bitsquare/gui/main/overlays/windows/TacWindow.java +++ b/gui/src/main/java/io/bitsquare/gui/main/overlays/windows/TacWindow.java @@ -30,7 +30,8 @@ public class TacWindow extends Overlay { "liability, whether in an action of contract, tort or otherwise, " + "arising from, out of or in connection with the software or the use or other dealings in the software.\n\n" + "2. The user is responsible to use the software in compliance with local laws. Don't use Bitsquare if the usage of Bitcoin is not legal in your jurisdiction.\n\n" + - "3. The user confirms that he has read and agreed to the rules regrading the dispute process:\n" + + "3. Bitcoin market price is delivered by 3rd parties (BitcoinAverage, Poloniex). It is your responsibility to double check the price with other sources.\n\n" + + "4. The user confirms that he has read and agreed to the rules regrading the dispute process:\n" + " - You must finalize trades within the maximum duration specified for each payment method.\n" + " - You must enter the trade ID in the \"reason for payment\" text field when doing the fiat payment transfer.\n" + " - If the bank of the fiat sender charges fees the sender (bitcoin buyer) has to cover the fees.\n" +