From 52f9afeb9a6aa71ef27428d36574c95d993ea902 Mon Sep 17 00:00:00 2001 From: swrup Date: Tue, 11 Nov 2025 06:07:37 +0100 Subject: [PATCH] --- src/config.ml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/config.ml b/src/config.ml index 926c73ae..82fa9514 100644 --- a/src/config.ml +++ b/src/config.ml @@ -57,6 +57,14 @@ module Secmod_eddsa = struct let key_dir = Fpath.(v "eddsa") end +module Exchangedb = struct + let idle_reserve_expiration_time = dummy_duration + let legal_reserve_expiration_time = dummy_duration + let aggregator_shift = dummy_duration + let default_purse_limit = 9999 + let max_aml_program_runtime = dummy_duration +end + module Exchangedb_postgres = struct (* pgx://:@:/ *) let config =