summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-12-08 16:05:21 +0100
committerFlorian Dold <florian@dold.me>2021-12-08 16:05:21 +0100
commit54177c6e1ddc63cb3411e42ee56fbba143c71614 (patch)
tree0e38185577e786c65b2487e665a09d2365662b1e /src
parentec4c531cc6bd96bb3c2f6e83ac07d10a017986fb (diff)
downloadexchange-54177c6e1ddc63cb3411e42ee56fbba143c71614.tar.gz
exchange-54177c6e1ddc63cb3411e42ee56fbba143c71614.tar.bz2
exchange-54177c6e1ddc63cb3411e42ee56fbba143c71614.zip
crypto worker: remove unused args
Diffstat (limited to 'src')
-rw-r--r--src/exchange-tools/taler-crypto-worker.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/exchange-tools/taler-crypto-worker.c b/src/exchange-tools/taler-crypto-worker.c
index d96bfe948..674724eda 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",