This commit is contained in:
swrup 2025-12-21 22:53:42 +01:00
parent 813b7f9ee7
commit e287cd7c26
2 changed files with 4 additions and 2 deletions

View file

@ -206,7 +206,9 @@ let _get_auditor_denoms =
in
fun (module Conn : CONN) () -> Conn.collect_list get_auditor_denoms ()
(* TODO maybe check that url and name are unique/same for each auditor_pub *)
(* TODO
maybe check that url and name are unique/same for each auditor_pub
do the ht logic out of pg.ml *)
let get_auditor_keys =
let get_auditor_keys =
let auditor_sig = Bin_sig.ExchangeKeyValidity.caqti in

View file

@ -28,7 +28,7 @@ let eddsa_sig = EddsaSignature.caqti
(* todo: enum type for wire_method? *)
let wire_method = Caqti_type.string
let payto_uri = Caqti_type.string
let b32 = Api.B32.caqti
let b32 = B32.caqti
include struct
(* alias for hash *)