gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: crypto worker: remove unused arg


From: gnunet
Subject: [taler-exchange] branch master updated: crypto worker: remove unused args
Date: Wed, 08 Dec 2021 16:05:23 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 54177c6e crypto worker: remove unused args
54177c6e is described below

commit 54177c6e1ddc63cb3411e42ee56fbba143c71614
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Dec 8 16:05:21 2021 +0100

    crypto worker: remove unused args
---
 src/exchange-tools/taler-crypto-worker.c | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/src/exchange-tools/taler-crypto-worker.c 
b/src/exchange-tools/taler-crypto-worker.c
index d96bfe94..674724ed 100644
--- a/src/exchange-tools/taler-crypto-worker.c
+++ b/src/exchange-tools/taler-crypto-worker.c
@@ -139,25 +139,10 @@ run (void *cls,
     }
     if (0 == strcmp ("setup_refresh_planchet", op))
     {
-      struct TALER_DenominationPublicKey denom_pub;
-      struct TALER_Amount fee_withdraw;
-      struct TALER_Amount value;
-      struct TALER_ReservePublicKeyP reserve_pub;
-      struct TALER_ReservePublicKeyP reserve_priv;
       struct TALER_TransferSecretP transfer_secret;
       uint32_t coin_index;
       json_t *resp;
       struct GNUNET_JSON_Specification eddsa_verify_spec[] = {
-        TALER_JSON_spec_denom_pub ("denom_pub",
-                                   &denom_pub),
-        TALER_JSON_spec_amount_any ("fee_withdraw",
-                                    &fee_withdraw),
-        TALER_JSON_spec_amount_any ("value",
-                                    &value),
-        GNUNET_JSON_spec_fixed_auto ("reserve_pub",
-                                     &reserve_pub),
-        GNUNET_JSON_spec_fixed_auto ("reserve_priv",
-                                     &reserve_priv),
         GNUNET_JSON_spec_uint32 ("coin_index",
                                  &coin_index),
         GNUNET_JSON_spec_fixed_auto ("transfer_secret",

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