This commit is contained in:
swrup 2026-02-03 19:45:17 +01:00
parent 7a0ac3b13b
commit 710415f592
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
(* TODO
? have a currency agnostic amount_lib.ml and specialize amount.ml to Config.currency *)
type sign =
| Sign_plus
| Sign_minus

View file

@ -19,8 +19,8 @@ module type S = sig
(* - management operations - *)
(* TODO
problem of keeping db and secmod state syncronized
do db interaction from secmod? *)
problem of keeping db and secmod state syncronized
do db interaction from secmod? *)
val add_signkey_master_signatures :
(eddsa_pub * Bin_sig.ExchangeSigningKeyValidity.t) list ->