handle global_fees; add do_management.sh
This commit is contained in:
parent
4754517d8f
commit
773b1b0d68
11 changed files with 207 additions and 19 deletions
|
|
@ -190,9 +190,9 @@ let mk_keys ~db_conn (module Sm : Secmod.S) ~last_issue_date =
|
|||
sign_f ~f:(Sm.sign_with_signkey ~pub:exchange_pub) R.{ list_issue_date; hc }
|
||||
in
|
||||
|
||||
let recoup = (* todo /recoup *) [] in
|
||||
let recoup = (* TODO /recoup *) [] in
|
||||
let* global_fees =
|
||||
Pg.get_global_fees db_conn ~start_date:None |> unwrap_err_caqti
|
||||
Pg.get_global_fees db_conn ~start_date:Timestamp.epoch |> unwrap_err_caqti
|
||||
in
|
||||
let auditors = (* TODO *) [] in
|
||||
let extensions = None in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue