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 18:26:34 +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 0f3f46a  debugging
0f3f46a is described below

commit 0f3f46ab4a76d44bd02e3d7393cb24ea17bebacd
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Thu Jan 2 18:26:25 2025 +0100

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

diff --git a/src/cash2ecash.cpp b/src/cash2ecash.cpp
index d0cacc8..02a0472 100644
--- a/src/cash2ecash.cpp
+++ b/src/cash2ecash.cpp
@@ -115,7 +115,7 @@ void actionEventBankWStatusSelected(){
 
 void actionEventBankWStatusPending(){
   std::cout << "Action Event Bank Withdrawal Status Pending called" << 
std::endl;
-  bankCommunication.withrawalStatusRequest(*withdrawal_id);
+  bankCommunication.withrawalStatusRequest(withdrawal_id);
 }
 
 void actionEventWConfirmationDone(){
@@ -132,7 +132,7 @@ void actionEventAcceptCashTimeout(){
   std::cout << "Action Event Acceptcash Timeout called" << std::endl;
   static struct TALER_Amount confirmedAmount;
   TALER_string_to_amount("KUDOS:2.0", &confirmedAmount);
-  bankCommunication.withdrawalConfirmReques(*withdrawal_id, &confirmedAmount);
+  bankCommunication.withdrawalConfirmReques(withdrawal_id, &confirmedAmount);
 }
 
 void actionEventConnectionTimeout(){

-- 
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]