summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-19 21:09:06 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-19 21:09:06 +0200
commitc75a3a1921b84e000d73f7715e31049717dc6232 (patch)
tree96a2abea23c2685f9ab8c6d38817c1723d925846
parent7ed66e1e2cb6be47505ee97a82392b1a21155d0a (diff)
downloadexchange-c75a3a1921b84e000d73f7715e31049717dc6232.tar.gz
exchange-c75a3a1921b84e000d73f7715e31049717dc6232.tar.bz2
exchange-c75a3a1921b84e000d73f7715e31049717dc6232.zip
-fix copy and paste issue
-rw-r--r--src/lib/exchange_api_deposits_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_deposits_get.c b/src/lib/exchange_api_deposits_get.c
index f57388c89..e449aefbe 100644
--- a/src/lib/exchange_api_deposits_get.c
+++ b/src/lib/exchange_api_deposits_get.c
@@ -197,7 +197,7 @@ handle_deposit_wtid_finished (void *cls,
struct GNUNET_JSON_Specification spec[] = {
TALER_JSON_spec_absolute_time ("execution_time",
&dr.details.accepted.execution_time),
- GNUNET_JSON_spec_uint64 ("execution_time",
+ GNUNET_JSON_spec_uint64 ("payment_target_uuid",
&dr.details.accepted.payment_target_uuid),
GNUNET_JSON_spec_bool ("kyc_ok",
&dr.details.accepted.kyc_ok),