exchange

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

commit 3404dbff00cc8ffb14b9f770d7ffcd690b5994d5
parent e5358fdfc031b8bb7f17dcf37dd3f4ce5fe4c409
Author: Özgür Kesim <oec@codeblau.de>
Date:   Mon, 31 Mar 2025 20:26:47 +0200

[exchangedb] fix header file include

Diffstat:
Msrc/exchangedb/pg_get_denomination_by_serial.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/pg_get_denomination_by_serial.c b/src/exchangedb/pg_get_denomination_by_serial.c @@ -22,7 +22,7 @@ #include "taler_error_codes.h" #include "taler_dbevents.h" #include "taler_pq_lib.h" -#include "pg_get_denomination_info.h" +#include "pg_get_denomination_by_serial.h" #include "pg_helper.h"