diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-14 19:10:19 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-14 19:10:19 +0200 |
commit | 1a3793cb1c5e94d2d900835102ee5929a229986c (patch) | |
tree | 12500af1ae43ce2396eb2caa11a9c8c86a87f063 /src/lib/exchange_api_withdraw.c | |
parent | f5b99b5282e50bfaf744941d22bb5766cec76cb9 (diff) |
-regenerate DBs
Diffstat (limited to 'src/lib/exchange_api_withdraw.c')
-rw-r--r-- | src/lib/exchange_api_withdraw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_withdraw.c b/src/lib/exchange_api_withdraw.c index f3ac962c3..6082ed780 100644 --- a/src/lib/exchange_api_withdraw.c +++ b/src/lib/exchange_api_withdraw.c @@ -162,7 +162,7 @@ handle_reserve_withdraw_finished ( struct GNUNET_JSON_Specification spec[] = { GNUNET_JSON_spec_uint64 ( "legitimization_uuid", - &wr.details.unavailable_for_legal_reasons.payment_target_uuid), + &wr.details.unavailable_for_legal_reasons.legitimization_uuid), GNUNET_JSON_spec_end () }; |