From 1a3793cb1c5e94d2d900835102ee5929a229986c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 14 Aug 2022 19:10:19 +0200 Subject: -regenerate DBs --- src/exchangedb/plugin_exchangedb_postgres.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchangedb/plugin_exchangedb_postgres.c') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index cf995e36..f59b1473 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, -- cgit v1.2.3