summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-20 18:56:59 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-20 18:56:59 +0200
commit9adb9cfe6108c783f8154c4db9375b679ebaaa4a (patch)
treeb921620fe34f3b7515e97e0c5d2f4acf45be7f6f /src/lib/exchange_api_deposit.c
parentc353cabe07959b4f4900d9981645af8339759564 (diff)
downloadexchange-9adb9cfe6108c783f8154c4db9375b679ebaaa4a.tar.gz
exchange-9adb9cfe6108c783f8154c4db9375b679ebaaa4a.tar.bz2
exchange-9adb9cfe6108c783f8154c4db9375b679ebaaa4a.zip
simplify deposit, do not return kyc status, not needed
Diffstat (limited to 'src/lib/exchange_api_deposit.c')
-rw-r--r--src/lib/exchange_api_deposit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/exchange_api_deposit.c b/src/lib/exchange_api_deposit.c
index 92356ac25..35e09bd07 100644
--- a/src/lib/exchange_api_deposit.c
+++ b/src/lib/exchange_api_deposit.c
@@ -283,8 +283,6 @@ handle_deposit_finished (void *cls,
&dh->exchange_sig),
GNUNET_JSON_spec_fixed_auto ("exchange_pub",
&dh->exchange_pub),
- GNUNET_JSON_spec_uint64 ("payment_target_uuid",
- &dr.details.success.payment_target_uuid),
GNUNET_JSON_spec_mark_optional (
GNUNET_JSON_spec_string ("transaction_base_url",
&dr.details.success.transaction_base_url)),