offline tool: add enable/disable-auditor cmd
.
This commit is contained in:
parent
ac4058df7e
commit
6ee1a994ad
14 changed files with 330 additions and 242 deletions
|
|
@ -28,9 +28,8 @@ module EddsaPublicKey = struct
|
|||
let* pub = of_octets octets in
|
||||
Ok pub
|
||||
|
||||
let jsont =
|
||||
let to_b32 t = B32.encode (to_octets t) in
|
||||
Jsont.of_of_string ~kind:"EddsaPublicKey" of_b32 ~enc:to_b32
|
||||
let to_b32 t = B32.encode (to_octets t)
|
||||
let jsont = Jsont.of_of_string ~kind:"EddsaPublicKey" of_b32 ~enc:to_b32
|
||||
|
||||
let caqti =
|
||||
Caqti_type.custom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue