summaryrefslogtreecommitdiff
path: root/src/util/exchange_signatures.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-24 11:51:47 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-24 11:51:47 +0200
commit7a3b1c6b88a86ccb98a9d60675f8f0c1a7e3fe45 (patch)
tree7a89527ea1551a4b97897db01bff1c942825811d /src/util/exchange_signatures.c
parent4c220dce4d5ef33e00e937e236a744324af9dcf0 (diff)
downloadexchange-7a3b1c6b88a86ccb98a9d60675f8f0c1a7e3fe45.tar.gz
exchange-7a3b1c6b88a86ccb98a9d60675f8f0c1a7e3fe45.tar.bz2
exchange-7a3b1c6b88a86ccb98a9d60675f8f0c1a7e3fe45.zip
fix various FIXMEs
Diffstat (limited to 'src/util/exchange_signatures.c')
-rw-r--r--src/util/exchange_signatures.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/exchange_signatures.c b/src/util/exchange_signatures.c
index cc6427afb..3aa464aa7 100644
--- a/src/util/exchange_signatures.c
+++ b/src/util/exchange_signatures.c
@@ -467,10 +467,6 @@ struct TALER_ExchangeKeySetPS
/**
* Hash over the various denomination signing keys returned.
- * // FIXME: see discussion with Jonathan Krebs, we should hash
- * over a stable sort of the keys here, plus likely add
- * a filter (which ciphers are supported, age restrictions, other?)
- * instead of just list_issue_date.
*/
struct GNUNET_HashCode hc GNUNET_PACKED;
};