gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: more DCE


From: gnunet
Subject: [taler-exchange] branch master updated: more DCE
Date: Mon, 15 Jan 2024 13:44:51 +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 37746230 more DCE
37746230 is described below

commit 377462309e1e9102165601989af5cb2a18f0ebd4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 15 13:44:48 2024 +0100

    more DCE
---
 src/lib/exchange_api_batch_deposit.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/exchange_api_batch_deposit.c 
b/src/lib/exchange_api_batch_deposit.c
index aca051ab..d114bfc3 100644
--- a/src/lib/exchange_api_batch_deposit.c
+++ b/src/lib/exchange_api_batch_deposit.c
@@ -256,7 +256,6 @@ auditor_cb (void *cls,
   struct TALER_EXCHANGE_BatchDepositHandle *dh = cls;
   const struct TALER_EXCHANGE_SigningPublicKey *spk;
   struct TEAH_AuditorInteractionEntry *aie;
-  unsigned int coin;
   const struct TALER_CoinSpendSignatureP *csigs[GNUNET_NZL (
                                                   dh->num_cdds)];
   const struct TALER_CoinSpendPublicKeyP *cpubs[GNUNET_NZL (
@@ -278,8 +277,6 @@ auditor_cb (void *cls,
                 "Not providing deposit confirmation to auditor\n");
     return;
   }
-  coin = GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_WEAK,
-                                   dh->num_cdds);
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "Will provide deposit confirmation to auditor `%s'\n",
               TALER_B2S (auditor_pub));

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