exchange

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

commit 442b2116ed8d1bcd00df16598ca14ea8582c94b4
parent 9cba7d4c3e03bb648d81f516faeab8d0782728c8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  1 Oct 2022 16:32:58 +0200

-already done, remove finished FIXME

Diffstat:
Msrc/lib/exchange_api_reserves_attest.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/lib/exchange_api_reserves_attest.c b/src/lib/exchange_api_reserves_attest.c @@ -131,8 +131,6 @@ handle_reserves_attest_ok (struct TALER_EXCHANGE_ReservesAttestHandle *rsh, GNUNET_JSON_parse_free (spec); return GNUNET_SYSERR; } - // FIXME: verify exchange signature! - // => needs crypto API first! rsh->cb (rsh->cb_cls, &rs); rsh->cb = NULL;