summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2024-04-18 16:15:59 +0200
committerChristian Blättler <blatc2@bfh.ch>2024-04-18 16:15:59 +0200
commit8415d33b9c4fe6cffce4af87f3992887a4c42f06 (patch)
tree3e311a94e1687834da88352377ae0b58a1cfd54d
parent0d296088b75a30dbe70552db48643ced38a9659f (diff)
downloadmerchant-8415d33b9c4fe6cffce4af87f3992887a4c42f06.tar.gz
merchant-8415d33b9c4fe6cffce4af87f3992887a4c42f06.tar.bz2
merchant-8415d33b9c4fe6cffce4af87f3992887a4c42f06.zip
remove todo
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c
index ff885576..fa71f6da 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -1394,8 +1394,6 @@ set_token_authority (struct OrderContext *oc,
GNUNET_TIME_absolute_add (now,
key_details.token_family.duration));
- // TODO: Should I add a wrapper around this, so it directly accepts structs of type
- // TALER_TokenFamilyPublicKey and TALER_TokenFamilyPrivateKey?
GNUNET_CRYPTO_blind_sign_keys_create (&priv,
&pub,
// TODO: Make cipher and key length configurable