exchange

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

commit 8ebbed0a6d45c63a3fdb25cbcf089833edd7293a
parent 82c95245dbc11d42d3b82998e8f22d4f67ec189f
Author: Florian Dold <florian@dold.me>
Date:   Sun, 30 Aug 2026 00:35:09 +0200

add missing header

Diffstat:
Msrc/include/taler/exchange/meson.build | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/include/taler/exchange/meson.build b/src/include/taler/exchange/meson.build @@ -1,6 +1,7 @@ talerexchange_headers = [ 'common.h', 'delete-purses-PURSE_PUB.h', + 'get-aml-OFFICER_PUB.h', 'get-aml-OFFICER_PUB-attributes-H_NORMALIZED_PAYTO.h', 'get-aml-OFFICER_PUB-decisions.h', 'get-aml-OFFICER_PUB-kyc-statistics-NAMES.h',