JJ: Description from the destination commit:

fix denomination hash

JJ: Description from source commit:
+ fix int32_be

JJ: Description from source commit:
uhuh.

JJ: Description from source commit:
wip debogue

JJ: Description from source commit:
ok denom-hash
This commit is contained in:
swrup 2026-02-27 23:36:05 +01:00
parent 9c87aa63ea
commit d6d0290762
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;