aboutsummaryrefslogtreecommitdiff
path: root/src/util/offline_signatures.c
diff options
context:
space:
mode:
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;