[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cash2ecash] branch master updated: debugging
From: |
gnunet |
Subject: |
[cash2ecash] branch master updated: debugging |
Date: |
Thu, 02 Jan 2025 20:15:09 +0100 |
This is an automated email from the git hooks/post-receive script.
manuel-geissbuehler pushed a commit to branch master
in repository cash2ecash.
The following commit(s) were added to refs/heads/master by this push:
new b459b5c debugging
b459b5c is described below
commit b459b5caed1a99f4e763d49e6940777a0ea72c32
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Thu Jan 2 20:14:56 2025 +0100
debugging
---
src/bank/bank_lib.c | 3 +++
src/cash2ecash.cpp | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/bank/bank_lib.c b/src/bank/bank_lib.c
index 04e4674..385935a 100644
--- a/src/bank/bank_lib.c
+++ b/src/bank/bank_lib.c
@@ -318,6 +318,9 @@ static void runWithdrawalConfirmRequest(void *cls, char
*const *args, const char
bankCommunicationRunInit(cfg);
+ //Debugg
+ printf("confirmed amount %s", TALER_amount2s(parConfirmAmount));
+
//Make Withdrawal Confirm request
awch = TALER_BANK_account_withdrawal_confirm(ctx,
&auth,
diff --git a/src/cash2ecash.cpp b/src/cash2ecash.cpp
index 2e274b6..541d2f8 100644
--- a/src/cash2ecash.cpp
+++ b/src/cash2ecash.cpp
@@ -101,7 +101,7 @@ void actionEventBankTokenDone(){
std::cout << "Action Event Bank Token Done called" << std::endl;
static struct TALER_Amount amountZero;
TALER_amount_set_zero("KUDOS", &amountZero);
- bankCommunication.withdrawalRequest(NULL, &amountZero, &withdrawal_id,
&taler_withdraw_uri);
+ bankCommunication.withdrawalRequest(&amountZero, NULL, &withdrawal_id,
&taler_withdraw_uri);
}
void actionEventBankWithdrawalDone(){
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [cash2ecash] branch master updated: debugging, (continued)
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02
- [cash2ecash] branch master updated: debugging,
gnunet <=
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02
- [cash2ecash] branch master updated: debugging, gnunet, 2025/01/02