exchange

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

commit d12a4d72ee0207d1698aaa941e947deb00daea07
parent 2a37ca8fd794105d349904d2c3e3a1436fa60bf4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 14 Oct 2025 21:35:55 +0200

-fix typo

Diffstat:
Msrc/include/taler/taler_mhd_lib.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/taler/taler_mhd_lib.h b/src/include/taler/taler_mhd_lib.h @@ -500,7 +500,7 @@ TALER_MHD_parse_request_arg_rel_time (struct MHD_Connection *connection, do { \ switch (TALER_MHD_parse_request_arg_rel_time (connection, \ label, \ - expiration)) \ + duration)) \ { \ case GNUNET_SYSERR: \ GNUNET_break (0); \