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

@ -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"