This commit is contained in:
parent
7a0ac3b13b
commit
a8d6bf9bb3
3 changed files with 5 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
||||||
{"start_date":{"t_s":0},"end_date":{"t_s":99999999.900000006},"history_fee":"EUR:0.00","account_fee":"EUR:0.00","purse_fee":"EUR:0.00","history_expiration":{"t_s":9999999000000},"purse_account_limit":1,"purse_timeout":{"t_s":9999999000000},"master_sig":"EHBTKAC30EYD2NGYB76B7JPG1VREYP4W3EQB6YQJJ41NHFWQSX9HQJXTZR9N65V6HAJB5KKHXAYTNBWBDJBE4YV38W6FGZYG6595E00="}
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
(* TODO
|
||||||
|
? have a currency agnostic amount_lib.ml and specialize amount.ml to Config.currency *)
|
||||||
|
|
||||||
type sign =
|
type sign =
|
||||||
| Sign_plus
|
| Sign_plus
|
||||||
| Sign_minus
|
| Sign_minus
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,8 @@ module type S = sig
|
||||||
|
|
||||||
(* - management operations - *)
|
(* - management operations - *)
|
||||||
(* TODO
|
(* TODO
|
||||||
problem of keeping db and secmod state syncronized
|
problem of keeping db and secmod state syncronized
|
||||||
do db interaction from secmod? *)
|
do db interaction from secmod? *)
|
||||||
|
|
||||||
val add_signkey_master_signatures :
|
val add_signkey_master_signatures :
|
||||||
(eddsa_pub * Bin_sig.ExchangeSigningKeyValidity.t) list ->
|
(eddsa_pub * Bin_sig.ExchangeSigningKeyValidity.t) list ->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue