From 4c8fe8bacff2d5330e9b98b6edd00daba90c2912 Mon Sep 17 00:00:00 2001 From: swrup Date: Fri, 27 Feb 2026 02:19:18 +0100 Subject: [PATCH] --- src/denomination.ml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/denomination.ml b/src/denomination.ml index e6664d22..1adebc4d 100644 --- a/src/denomination.ml +++ b/src/denomination.ml @@ -48,9 +48,20 @@ let make_denom_group_sorted denominations = fee_refresh; fee_refund; age_mask= _; - h_pub= _; + h_pub; master_sig; } -> + (* + Fmt.epr "master_sig: %s@." + (B32.encode @@ Signatures.DenominationKeyValidity.to_octets master_sig); + Fmt.epr "h_pub: %s@." + (B32.encode @@ Hash.DenominationHash.to_octets h_pub); + Fmt.epr "h_pub': %s@." + (B32.encode + @@ Hash.DenominationHash.to_octets + @@ Hash.DenominationHash.hash + @@ RsaPublicKey.to_octets pub); + *) let k = (value, fee_withdraw, fee_deposit, fee_refresh, fee_refund) in let v = Api.RsaDenom.