summaryrefslogtreecommitdiff
path: root/src/util/taler-crypto-worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/taler-crypto-worker.c')
-rw-r--r--src/util/taler-crypto-worker.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/taler-crypto-worker.c b/src/util/taler-crypto-worker.c
index 6e1455262..9c49ea374 100644
--- a/src/util/taler-crypto-worker.c
+++ b/src/util/taler-crypto-worker.c
@@ -176,9 +176,11 @@ run (void *cls,
global_ret = 1;
return;
}
+#if FIXME_FLORIAN
TALER_planchet_setup_refresh (&transfer_secret,
coin_num_salt,
&ps);
+#endif
GNUNET_CRYPTO_eddsa_key_get_public (&ps.coin_priv.eddsa_priv,
&coin_pub.eddsa_pub);