+ change GlobalFees
This commit is contained in:
parent
2f2befa1f6
commit
15cda091ab
5 changed files with 8 additions and 24 deletions
|
|
@ -101,18 +101,13 @@ let global_fees ~output ~master_key ~start_date ~end_date ~history_fee
|
|||
in
|
||||
let master_sig =
|
||||
let open Signatures.GlobalFees in
|
||||
(* TODO KYC *)
|
||||
let kyc_timeout = Time.Relative.forever in
|
||||
let kyc_fee = Amount.dummy_value in
|
||||
sign_f ~f:(EddsaSignature.sign ~key)
|
||||
{
|
||||
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