use correct denomination hash (with age-mask and cipher)

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

View file

@ -29,7 +29,7 @@ offline_tool revoke-denom \
--output $b \
--rsa \
$rsa_pub
h_denom=$(dune exec offline -- hash64 $rsa_pub)
h_denom=$(dune exec offline -- denomination-hash $rsa_pub)
offline_tool upload --input $b --url $url"/management/denominations/"$h_denom"/revoke"
echo "[OK] /management/denominations/\$H_DENOM/revoke"