exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 783649591065e5f07066b2b94e59248eef19056c
parent 3983b278caf144ef2344ac40025b8b5f5ec8eaa9
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 14 Aug 2026 22:51:39 +0200

fix log msg

Diffstat:
Msrc/util/config.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/config.c b/src/util/config.c @@ -105,9 +105,9 @@ TALER_config_get_denom_fees (const struct GNUNET_CONFIGURATION_Handle *cfg, &fees->withdraw)) { GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR, - "Need amount for option `%s' in section `%s'\n", + section, "FEE_WITHDRAW", - section); + "amount required"); return GNUNET_SYSERR; } if (GNUNET_OK !=