From ff78e053229e91c06cc612ee64031e3720fdc350 Mon Sep 17 00:00:00 2001 From: swrup Date: Fri, 17 Oct 2025 16:18:04 +0200 Subject: [PATCH] --- src/management.ml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/management.ml b/src/management.ml index cbc4a510..259c3bc3 100644 --- a/src/management.ml +++ b/src/management.ml @@ -46,15 +46,8 @@ let mk_future_denom denom_secmod_sign_f in let denom_secmod_sig = ps - |> - (* TODO implement - SigningKeyAnnouncementPS.bin *) - Bin.to_string Binary_formats.DenominationKeyAnnouncementPS.bin - |> - (* TODO sig type *) - (* Signature by the denomination security module - (not this denomination rsa signature) *) - denom_secmod_sign_f + |> Bin.to_string Binary_formats.DenominationKeyAnnouncementPS.bin + |> denom_secmod_sign_f in FutureDenom. {