rm non-NBO Bin.t; rename time modules
This commit is contained in:
parent
4f473c003a
commit
d69b49a335
13 changed files with 306 additions and 359 deletions
|
|
@ -136,9 +136,9 @@ module Coin = struct
|
|||
type t = {
|
||||
section_name: string;
|
||||
value: Amount.t;
|
||||
duration_withdraw: Time.Relative.t;
|
||||
duration_spend: Time.Relative.t;
|
||||
duration_legal: Time.Relative.t;
|
||||
duration_withdraw: Time.TimeRelative.t;
|
||||
duration_spend: Time.TimeRelative.t;
|
||||
duration_legal: Time.TimeRelative.t;
|
||||
fee_withdraw: Amount.t;
|
||||
fee_deposit: Amount.t;
|
||||
fee_refresh: Amount.t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue