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. {