gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix FTBFS


From: gnunet
Subject: [taler-exchange] branch master updated: -fix FTBFS
Date: Mon, 07 Feb 2022 13:43:31 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new e35e89f1 -fix FTBFS
e35e89f1 is described below

commit e35e89f14db219b35e5f3c21ae833685db9c1c00
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 7 13:43:29 2022 +0100

    -fix FTBFS
---
 src/lib/exchange_api_refresh_common.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/lib/exchange_api_refresh_common.c 
b/src/lib/exchange_api_refresh_common.c
index 4e5e9c3e..0f0032c4 100644
--- a/src/lib/exchange_api_refresh_common.c
+++ b/src/lib/exchange_api_refresh_common.c
@@ -161,10 +161,7 @@ TALER_EXCHANGE_get_melt_data_ (
         return GNUNET_SYSERR;
       }
       rcd->dk = &md->fresh_pks[j];
-      rcd->coin_ev =
-        pd.blinded_planchet.details.rsa_blinded_planchet.blinded_msg;
-      rcd->coin_ev_size =
-        pd.blinded_planchet.details.rsa_blinded_planchet.blinded_msg_size;
+      rcd->blinded_planchet = pd.blinded_planchet;
     }
   }
 
@@ -178,7 +175,7 @@ TALER_EXCHANGE_get_melt_data_ (
   for (unsigned int i = 0; i < TALER_CNC_KAPPA; i++)
   {
     for (unsigned int j = 0; j < rd->fresh_pks_len; j++)
-      GNUNET_free (rce[i].new_coins[j].coin_ev);
+      TALER_blinded_planchet_free (&rce[i].new_coins[j].blinded_planchet);
     GNUNET_free (rce[i].new_coins);
   }
   return GNUNET_OK;

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