This commit is contained in:
parent
d086bd7e12
commit
6c6af796c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue