From a8d6bf9bb343628eb991a6800f2e94a5213ea045 Mon Sep 17 00:00:00 2001 From: swrup Date: Tue, 3 Feb 2026 19:45:17 +0100 Subject: [PATCH] --- global_fees.json | 1 - src/amount.mli | 3 +++ src/secmod.mli | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 global_fees.json diff --git a/global_fees.json b/global_fees.json deleted file mode 100644 index de002698..00000000 --- a/global_fees.json +++ /dev/null @@ -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="} \ No newline at end of file diff --git a/src/amount.mli b/src/amount.mli index ab6c7da7..920bed18 100644 --- a/src/amount.mli +++ b/src/amount.mli @@ -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 diff --git a/src/secmod.mli b/src/secmod.mli index 6faafd11..33b6aa21 100644 --- a/src/secmod.mli +++ b/src/secmod.mli @@ -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 ->