summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-15 13:44:48 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-15 13:44:48 +0100
commit377462309e1e9102165601989af5cb2a18f0ebd4 (patch)
treedc52c27b3c36e2fcaea4f2e7979018e53ed6cd4d /src
parent1954d1abf3bbc1359d475f788b1e32d017e26065 (diff)
downloadexchange-377462309e1e9102165601989af5cb2a18f0ebd4.tar.gz
exchange-377462309e1e9102165601989af5cb2a18f0ebd4.tar.bz2
exchange-377462309e1e9102165601989af5cb2a18f0ebd4.zip
more DCE
Diffstat (limited to 'src')
-rw-r--r--src/lib/exchange_api_batch_deposit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/exchange_api_batch_deposit.c b/src/lib/exchange_api_batch_deposit.c
index aca051ab5..d114bfc33 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));