diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-10-04 11:35:21 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-10-04 11:35:21 +0200 |
commit | 77266e6c93f3368171a8b17288f279195f1931dc (patch) | |
tree | 6d3a00cc796feb3724c035b8c0be999717d9eaa3 /src/lib/exchange_api_reserves_attest.c | |
parent | 3fdf88f612719f062e5a19969f22204075941128 (diff) | |
parent | 856b8e26c2b83ebce31eb35c9fc9f23641187be9 (diff) |
Merge branch 'master' into auction_brandt
Diffstat (limited to 'src/lib/exchange_api_reserves_attest.c')
-rw-r--r-- | src/lib/exchange_api_reserves_attest.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/exchange_api_reserves_attest.c b/src/lib/exchange_api_reserves_attest.c index 5ccc18e5..a7a89a2e 100644 --- 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; |