handle global_fees; add do_management.sh
This commit is contained in:
parent
67bd144bb0
commit
ac4058df7e
11 changed files with 226 additions and 40 deletions
|
|
@ -190,8 +190,10 @@ 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 = [] in
|
||||
let global_fees = (* TODO *) [] in
|
||||
let recoup = (* TODO /recoup *) [] in
|
||||
let* global_fees =
|
||||
Pg.get_global_fees db_conn ~start_date:Timestamp.epoch |> unwrap_err_caqti
|
||||
in
|
||||
let auditors = (* TODO *) [] in
|
||||
let extensions = None in
|
||||
let extensions_sig = None in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue