commit 77318645ee9cdce86e9feb1d2396259948bec81d
parent e411f67433829c7fa24d86aba66d9fb5cc9a533a
Author: Manuel Geissbühler <manuel@debian>
Date: Thu, 2 Jan 2025 20:26:25 +0100
debugging
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cash2ecash.cpp b/src/cash2ecash.cpp
@@ -101,7 +101,7 @@ void actionEventIdentificationSuccess(){
void actionEventBankTokenDone(){
std::cout << "Action Event Bank Token Done called" << std::endl;
static struct TALER_Amount amountZero;
- amountZero.fraction = 100000;
+ amountZero.fraction = 50000000;
TALER_amount_set_zero("KUDOS", &amountZero);
bankCommunication.withdrawalRequest(&amountZero, NULL, &withdrawal_id, &taler_withdraw_uri);
}