summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_deposits_get.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-29 10:09:21 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-29 10:09:21 +0100
commitc8480d97a17e1ab8f358dadc48e6e9b3ea17f6da (patch)
tree6368e671458533a604df6b214d5decff9bd7457f /src/lib/exchange_api_deposits_get.c
parent65533e8df5ea5ebf25bd9ae04186a475057efa9e (diff)
downloadexchange-c8480d97a17e1ab8f358dadc48e6e9b3ea17f6da.tar.gz
exchange-c8480d97a17e1ab8f358dadc48e6e9b3ea17f6da.tar.bz2
exchange-c8480d97a17e1ab8f358dadc48e6e9b3ea17f6da.zip
try to optimize aggregator queries
Diffstat (limited to 'src/lib/exchange_api_deposits_get.c')
-rw-r--r--src/lib/exchange_api_deposits_get.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/exchange_api_deposits_get.c b/src/lib/exchange_api_deposits_get.c
index 843b00ff3..3c334d760 100644
--- a/src/lib/exchange_api_deposits_get.c
+++ b/src/lib/exchange_api_deposits_get.c
@@ -83,7 +83,6 @@ struct TALER_EXCHANGE_DepositGetHandle
* from the exchange is valid.
*
* @param dwh deposit wtid handle
- * @param json json reply with the signature
* @param exchange_pub the exchange's public key
* @param exchange_sig the exchange's signature
* @return #GNUNET_OK if the signature is valid, #GNUNET_SYSERR if not
@@ -91,7 +90,6 @@ struct TALER_EXCHANGE_DepositGetHandle
static enum GNUNET_GenericReturnValue
verify_deposit_wtid_signature_ok (
const struct TALER_EXCHANGE_DepositGetHandle *dwh,
- const json_t *json,
const struct TALER_ExchangePublicKeyP *exchange_pub,
const struct TALER_ExchangeSignatureP *exchange_sig)
{
@@ -177,7 +175,6 @@ handle_deposit_wtid_finished (void *cls,
&dr.details.success.coin_contribution);
if (GNUNET_OK !=
verify_deposit_wtid_signature_ok (dwh,
- j,
&dr.details.success.exchange_pub,
&dr.details.success.exchange_sig))
{