summaryrefslogtreecommitdiff
path: root/src/backend
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-19 10:53:41 +0200
commit5f5871852d57d45999de892c07273e7a4bacd392 (patch)
treee327f71eb8dfbd7d4ffbf9aa5688775d2e265b89 /src/backend
parentc3ad592bbe6fd1d2614e1b3c6e19669e6608c866 (diff)
downloadmerchant-5f5871852d57d45999de892c07273e7a4bacd392.tar.gz
merchant-5f5871852d57d45999de892c07273e7a4bacd392.tar.bz2
merchant-5f5871852d57d45999de892c07273e7a4bacd392.zip
remove todo
Diffstat (limited to 'src/backend')
-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 a281287a..eedece55 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