summaryrefslogtreecommitdiff
path: root/src/util/offline_signatures.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-02 20:53:29 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-02 20:53:29 +0200
commit31e554ad4626fe68dbffb9e5d5e31661d52d6747 (patch)
treeee7a599918fad69486ede639fa8d454df13eaac1 /src/util/offline_signatures.c
parent7ebdac0a8bccd6842382376653403cd3d82ffab0 (diff)
downloadexchange-31e554ad4626fe68dbffb9e5d5e31661d52d6747.tar.gz
exchange-31e554ad4626fe68dbffb9e5d5e31661d52d6747.tar.bz2
exchange-31e554ad4626fe68dbffb9e5d5e31661d52d6747.zip
-remove FIXMEs
Diffstat (limited to 'src/util/offline_signatures.c')
-rw-r--r--src/util/offline_signatures.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/offline_signatures.c b/src/util/offline_signatures.c
index 13c007f12..54da2b114 100644
--- a/src/util/offline_signatures.c
+++ b/src/util/offline_signatures.c
@@ -407,8 +407,6 @@ GNUNET_NETWORK_STRUCT_BEGIN
/**
* @brief Information about a denomination key. Denomination keys
* are used to sign coins of a certain value into existence.
- *
- * FIXME: remove this from the public API...
*/
struct TALER_DenominationKeyValidityPS
{
@@ -422,7 +420,9 @@ struct TALER_DenominationKeyValidityPS
* The long-term offline master key of the exchange that was
* used to create @e signature.
*
- * FIXME: remove this member?
+ * Note: This member is not strictly required, but here for
+ * backwards-compatibility. If we ever again badly break
+ * compatibility, we might want to remove it.
*/
struct TALER_MasterPublicKeyP master;