This commit is contained in:
swrup 2025-10-13 04:51:35 +02:00
parent d086bd7e12
commit 6c6af796c1

View file

@ -129,7 +129,7 @@ module type Coin = sig
val fee_deposit : amount val fee_deposit : amount
val fee_refresh : amount val fee_refresh : amount
val fee_refund : amount val fee_refund : amount
val cipher : [ `CS | `RSA ] val cipher : [ (* `CS |*) `RSA ]
val rsa_keysize : int option (*only if `RSA *) val rsa_keysize : int option (*only if `RSA *)
val age_restricted : [ (*`YES|*) `NO ] val age_restricted : [ (*`YES|*) `NO ]
end end