diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/exchange_api_deposits_get.c | 2 |
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), |