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/exchangedb | |
parent | f5b99b5282e50bfaf744941d22bb5766cec76cb9 (diff) |
-regenerate DBs
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index cf995e365..f59b14739 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -9605,7 +9605,7 @@ postgres_lookup_transfer_by_deposit ( GNUNET_PQ_result_spec_allow_null ( GNUNET_PQ_result_spec_uint64 ("legitimization_serial_id", - &kyc->payment_target_uuid), + &kyc->legitimization_uuid), &no_kyc), GNUNET_PQ_result_spec_allow_null ( GNUNET_PQ_result_spec_absolute_time ("expiration_time", @@ -9629,7 +9629,7 @@ postgres_lookup_transfer_by_deposit ( struct TALER_MerchantWireHashP wh; if (no_kyc) - kyc->payment_target_uuid = 0; + kyc->legitimization_uuid = 0; else kyc->ok = GNUNET_TIME_absolute_is_future (expiration); TALER_merchant_wire_signature_hash (payto_uri, |