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:21:57 +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 e411f67  debugging
e411f67 is described below

commit e411f67433829c7fa24d86aba66d9fb5cc9a533a
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Thu Jan 2 20:21:48 2025 +0100

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

diff --git a/src/cash2ecash.cpp b/src/cash2ecash.cpp
index 541d2f8..2eeb925 100644
--- a/src/cash2ecash.cpp
+++ b/src/cash2ecash.cpp
@@ -85,6 +85,7 @@ void actionEventFinishCashin(){
   static struct TALER_Amount confirmedAmount;
   TALER_string_to_amount("KUDOS:2.0", &confirmedAmount);
   bankCommunication.withdrawalConfirmRequest(withdrawal_id, &confirmedAmount);
+  gui.setActiveScreen(screenWelcome);
 }
 
 void actionEventSleep() { std::cout << "Action Event xx called" << std::endl; }
@@ -100,6 +101,7 @@ void actionEventIdentificationSuccess(){
 void actionEventBankTokenDone(){
   std::cout << "Action Event Bank Token Done called" << std::endl;
   static struct TALER_Amount amountZero;
+  amountZero.fraction = 100000;
   TALER_amount_set_zero("KUDOS", &amountZero);
   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]