[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix #8087
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix #8087 |
Date: |
Mon, 15 Jan 2024 13:43:22 +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 1954d1ab fix #8087
1954d1ab is described below
commit 1954d1abf3bbc1359d475f788b1e32d017e26065
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 15 13:43:19 2024 +0100
fix #8087
---
src/lib/exchange_api_batch_deposit.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/lib/exchange_api_batch_deposit.c
b/src/lib/exchange_api_batch_deposit.c
index 56b9b11e..aca051ab 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;
- const struct TALER_EXCHANGE_DenomPublicKey *dki;
unsigned int coin;
const struct TALER_CoinSpendSignatureP *csigs[GNUNET_NZL (
dh->num_cdds)];
@@ -284,9 +283,6 @@ auditor_cb (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Will provide deposit confirmation to auditor `%s'\n",
TALER_B2S (auditor_pub));
- dki = TALER_EXCHANGE_get_denomination_key_by_hash (dh->keys,
-
&dh->cdds[coin].h_denom_pub);
- GNUNET_assert (NULL != dki);
spk = TALER_EXCHANGE_get_signing_key_info (dh->keys,
&dh->exchange_pub);
if (NULL == spk)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: fix #8087,
gnunet <=