simplify: rm revoke from sk/dn data type

This commit is contained in:
swrup 2026-02-23 06:55:13 +01:00
parent d7ccd69350
commit af355249fc
7 changed files with 21 additions and 54 deletions

View file

@ -14,5 +14,4 @@ type t = {
age_mask: int;
h_pub: denom_hash;
master_sig: Signatures.DenominationKeyValidity.t;
revoked_sig: Signatures.MasterDenominationKeyRevocation.t option;
}