use correct denomination hash

This commit is contained in:
swrup 2026-02-27 23:36:05 +01:00
parent b1de214881
commit b8574ca52d
14 changed files with 142 additions and 61 deletions

View file

@ -158,9 +158,7 @@ let denoms_of_denomgroups l =
lost= _;
}
->
let h_pub =
DenominationHash.hash (Crypto.RsaPublicKey.to_octets rsa_pub)
in
let h_pub = DenominationHash.hash_of_rsa rsa_pub in
{
pub= rsa_pub;
value;