+ change GlobalFees
This commit is contained in:
parent
769d4f9f6e
commit
c9842f5cc1
5 changed files with 8 additions and 24 deletions
|
|
@ -450,21 +450,14 @@ module Global_fees = struct
|
|||
purse_timeout;
|
||||
master_sig;
|
||||
} =
|
||||
(* TODO KYC
|
||||
what is kyc_timeout, kyc_fee ? *)
|
||||
let kyc_timeout = Time.Relative.forever in
|
||||
let kyc_fee = Amount.dummy_value in
|
||||
(* * *)
|
||||
let open Signatures.GlobalFees in
|
||||
verify_f ~f:Sm.verify_with_master_key master_sig
|
||||
{
|
||||
start_date;
|
||||
end_date;
|
||||
purse_timeout;
|
||||
kyc_timeout;
|
||||
history_expiration;
|
||||
history_fee;
|
||||
kyc_fee;
|
||||
account_fee;
|
||||
purse_fee;
|
||||
purse_account_limit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue