This commit is contained in:
swrup 2025-12-21 19:25:52 +01:00
parent a8541919a8
commit a978f199ee
2 changed files with 10 additions and 35 deletions

View file

@ -33,7 +33,7 @@ let mk_keys ~db_conn ~sm ~last_issue_date =
(* todo asset_type
Type of the asset. "fiat", "crypto", "regional" or "stock". *)
let asset_type = "xxx" in
let* accounts = Pg.get_wire_accouts db_conn |> unwrap_err_caqti in
let* accounts = Pg.get_wire_accounts db_conn |> unwrap_err_caqti in
let* wire_fees =
(* todo
where does wire_methods comes from? *)