This commit is contained in:
parent
813b7f9ee7
commit
e287cd7c26
2 changed files with 4 additions and 2 deletions
|
|
@ -206,7 +206,9 @@ let _get_auditor_denoms =
|
||||||
in
|
in
|
||||||
fun (module Conn : CONN) () -> Conn.collect_list get_auditor_denoms ()
|
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 get_auditor_keys =
|
let get_auditor_keys =
|
||||||
let auditor_sig = Bin_sig.ExchangeKeyValidity.caqti in
|
let auditor_sig = Bin_sig.ExchangeKeyValidity.caqti in
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ let eddsa_sig = EddsaSignature.caqti
|
||||||
(* todo: enum type for wire_method? *)
|
(* todo: enum type for wire_method? *)
|
||||||
let wire_method = Caqti_type.string
|
let wire_method = Caqti_type.string
|
||||||
let payto_uri = Caqti_type.string
|
let payto_uri = Caqti_type.string
|
||||||
let b32 = Api.B32.caqti
|
let b32 = B32.caqti
|
||||||
|
|
||||||
include struct
|
include struct
|
||||||
(* alias for hash *)
|
(* alias for hash *)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue