This commit is contained in:
parent
5eba5f2265
commit
690ad41b20
16 changed files with 318 additions and 307 deletions
|
|
@ -132,9 +132,9 @@ module Coin = struct
|
|||
type t = {
|
||||
section_name: string;
|
||||
value: Amount.t;
|
||||
duration_withdraw: Ptime.Span.t;
|
||||
duration_spend: Ptime.Span.t;
|
||||
duration_legal: Ptime.Span.t;
|
||||
duration_withdraw: Time.Relative.t;
|
||||
duration_spend: Time.Relative.t;
|
||||
duration_legal: Time.Relative.t;
|
||||
fee_withdraw: Amount.t;
|
||||
fee_deposit: Amount.t;
|
||||
fee_refresh: Amount.t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue