From 5b7bb5cf012fc41b2fbb6a41f6f858009c1ba092 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 15 Jun 2022 14:53:39 -0300 Subject: accept decimal and bitcoin exchanges --- wallet/src/main/res/layout/fragment_manual_withdraw.xml | 2 +- wallet/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'wallet/src/main/res') diff --git a/wallet/src/main/res/layout/fragment_manual_withdraw.xml b/wallet/src/main/res/layout/fragment_manual_withdraw.xml index 724c3e2..ec176ff 100644 --- a/wallet/src/main/res/layout/fragment_manual_withdraw.xml +++ b/wallet/src/main/res/layout/fragment_manual_withdraw.xml @@ -76,7 +76,7 @@ android:id="@+id/amountView" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:inputType="number" /> + android:inputType="numberDecimal" /> diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml index 7595060..592070c 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -119,6 +119,10 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card Exchange is ready for withdrawal! To complete the process you need to wire %s to the exchange bank account Bank transfer details + Bitcoin transfer details + The exchange need a transaction with 3 output, one output is the exchange account and the other two are segwit fake address for metadata with an minimum amount. + In bitcoincore wallet use \'Add Recipient\' button to add two additional recipient and copy addresses and amounts + Make sure the amount show %s, else you have to change the base unit to BTC IBAN Subject Open in banking app -- cgit v1.2.3