This commit is contained in:
swrup 2025-11-11 06:07:37 +01:00
parent 5370ae1642
commit 52f9afeb9a

View file

@ -57,6 +57,14 @@ module Secmod_eddsa = struct
let key_dir = Fpath.(v "eddsa") let key_dir = Fpath.(v "eddsa")
end 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 module Exchangedb_postgres = struct
(* pgx://<user>:<password>@<host-or-directory>:<port>/<database> *) (* pgx://<user>:<password>@<host-or-directory>:<port>/<database> *)
let config = let config =