gnunet-svn
[Top][All Lists]
Advanced

[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:29:10 +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 08e28c6  debugging
08e28c6 is described below

commit 08e28c6b032c29de1eab266fd216870438ec72f3
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Thu Jan 2 20:29:02 2025 +0100

    debugging
---
 src/cash2ecash.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cash2ecash.cpp b/src/cash2ecash.cpp
index a7c9f05..7b81a5c 100644
--- 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);
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]