~
This commit is contained in:
parent
ac4058df7e
commit
b66b9cc857
4 changed files with 209 additions and 200 deletions
|
|
@ -194,7 +194,9 @@ let mk_keys ~db_conn (module Sm : Secmod.S) ~last_issue_date =
|
|||
let* global_fees =
|
||||
Pg.get_global_fees db_conn ~start_date:Timestamp.epoch |> unwrap_err_caqti
|
||||
in
|
||||
let auditors = (* TODO *) [] in
|
||||
let auditors =
|
||||
(* TODO /management/auditors + /auditors/$AUDITOR_PUB/$H_DENOM_PUB *) []
|
||||
in
|
||||
let extensions = None in
|
||||
let extensions_sig = None in
|
||||
Ok
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue