From eff074d4887eddd76a3a6e725c2a05ad165a3a8e Mon Sep 17 00:00:00 2001 From: swrup Date: Mon, 13 Oct 2025 03:34:29 +0200 Subject: [PATCH] --- src/taler_config.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/taler_config.ml b/src/taler_config.ml index 3374a962..117c0548 100644 --- a/src/taler_config.ml +++ b/src/taler_config.ml @@ -168,6 +168,7 @@ module type Offline_signing = sig - we need two different file here - there is three, not two, crypto helper modules is it only two, because the eddsa one is not comptabilized as a "crypto helper" here? *) + (* tofu = Trust On First Use *) val secm_tofu_file : file_path val secm_denom_pubkey : string option val secm_esign_pubkey : string option