This commit is contained in:
swrup 2026-03-03 10:49:12 +01:00
parent 355b24ff44
commit 07bed9cdce
5 changed files with 33 additions and 37 deletions

View file

@ -157,7 +157,7 @@ let get_auditor_keys =
in
fun (module Conn : CONN) ->
let open Syntax in
let* l = Conn.collect_list req () |> unwrap_err_caqti in
let* l = Conn.collect_list req () |> unwrap_caqti in
let ht = Hashtbl.create 0xff in
List.iter
(fun (pub, url, name, denom_pub_h, auditor_sig) ->