This commit is contained in:
parent
5b4b963db1
commit
f10c0bb8a1
2 changed files with 4 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ let keys content =
|
|||
|> list_iter
|
||||
(Denomination.verify_denomination_key_validity ~key:v.master_public_key)
|
||||
in
|
||||
Fmt.pr "OK denominations@.";
|
||||
(*Fmt.pr "OK denominations@.";*)
|
||||
|
||||
let* () =
|
||||
(* TODO O(n^2) *)
|
||||
|
|
@ -115,7 +115,7 @@ let keys content =
|
|||
denom_hash= dn.h_pub;
|
||||
})
|
||||
in
|
||||
Fmt.pr "OK auditors@.";
|
||||
(*Fmt.pr "OK auditors@.";*)
|
||||
|
||||
Ok ()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue