commit 31e554ad4626fe68dbffb9e5d5e31661d52d6747 parent 7ebdac0a8bccd6842382376653403cd3d82ffab0 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 2 May 2022 20:53:29 +0200 -remove FIXMEs Diffstat:
| M | src/util/offline_signatures.c | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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;