aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-14 19:10:19 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-14 19:10:19 +0200
commit1a3793cb1c5e94d2d900835102ee5929a229986c (patch)
tree12500af1ae43ce2396eb2caa11a9c8c86a87f063 /src/exchangedb
parentf5b99b5282e50bfaf744941d22bb5766cec76cb9 (diff)
downloadexchange-1a3793cb1c5e94d2d900835102ee5929a229986c.tar.gz
exchange-1a3793cb1c5e94d2d900835102ee5929a229986c.tar.bz2
exchange-1a3793cb1c5e94d2d900835102ee5929a229986c.zip
-regenerate DBs
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c4
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,