exchange

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

commit 62e966506eea27e0c9cf39d66ff81af24397e2d3
parent d303005ce1c809c024c45e5cf8c12a8742ad6294
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  8 Sep 2024 08:17:47 +0200

-mark field as deprecated, see no justification/need for it

Diffstat:
Msrc/include/taler_exchange_service.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h @@ -4060,6 +4060,8 @@ struct TALER_EXCHANGE_GetDepositResponse /** * KYC legitimization requirement that the merchant should use to check * for its KYC status. + * + * @deprecated, no longer needed. */ uint64_t requirement_row;