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