This commit is contained in:
parent
355b24ff44
commit
07bed9cdce
5 changed files with 33 additions and 37 deletions
|
|
@ -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) ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue