From c8480d97a17e1ab8f358dadc48e6e9b3ea17f6da Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 29 Nov 2021 10:09:21 +0100 Subject: try to optimize aggregator queries --- src/lib/exchange_api_deposits_get.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib') 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)) { -- cgit v1.2.3