-remove FIXMEs

This commit is contained in:
Christian Grothoff 2022-05-02 20:53:29 +02:00
parent 7ebdac0a8b
commit 31e554ad46
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -407,8 +407,6 @@ GNUNET_NETWORK_STRUCT_BEGIN
/** /**
* @brief Information about a denomination key. Denomination keys * @brief Information about a denomination key. Denomination keys
* are used to sign coins of a certain value into existence. * are used to sign coins of a certain value into existence.
*
* FIXME: remove this from the public API...
*/ */
struct TALER_DenominationKeyValidityPS struct TALER_DenominationKeyValidityPS
{ {
@ -422,7 +420,9 @@ struct TALER_DenominationKeyValidityPS
* The long-term offline master key of the exchange that was * The long-term offline master key of the exchange that was
* used to create @e signature. * 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; struct TALER_MasterPublicKeyP master;