This commit is contained in:
parent
7a0ac3b13b
commit
710415f592
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue