summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_lookup_records_by_table.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-13 19:07:25 +0200
committerChristian Grothoff <christian@grothoff.org>2022-10-13 19:07:25 +0200
commit09310cc66ebbdf083c4b4fa86a368b3ea52c0c16 (patch)
treeb87132659d9d27e5e7d84e4f76b4d836b6689f9d /src/exchangedb/pg_lookup_records_by_table.c
parent4fc77b9dbfee88dff2d366d7dbb2d91797f8b9a0 (diff)
downloadexchange-09310cc66ebbdf083c4b4fa86a368b3ea52c0c16.tar.gz
exchange-09310cc66ebbdf083c4b4fa86a368b3ea52c0c16.tar.bz2
exchange-09310cc66ebbdf083c4b4fa86a368b3ea52c0c16.zip
-implement reserve closure in test
Diffstat (limited to 'src/exchangedb/pg_lookup_records_by_table.c')
-rw-r--r--src/exchangedb/pg_lookup_records_by_table.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/exchangedb/pg_lookup_records_by_table.c b/src/exchangedb/pg_lookup_records_by_table.c
index 9e47de481..dc1f17caa 100644
--- a/src/exchangedb/pg_lookup_records_by_table.c
+++ b/src/exchangedb/pg_lookup_records_by_table.c
@@ -1867,12 +1867,21 @@ lrbt_cb_table_close_requests (void *cls,
GNUNET_PQ_result_spec_auto_from_type (
"reserve_pub",
&td.details.close_requests.reserve_pub),
+ GNUNET_PQ_result_spec_timestamp (
+ "close_timestamp",
+ &td.details.close_requests.close_timestamp),
GNUNET_PQ_result_spec_auto_from_type (
"reserve_sig",
&td.details.close_requests.reserve_sig),
TALER_PQ_RESULT_SPEC_AMOUNT (
"close",
&td.details.close_requests.close),
+ TALER_PQ_RESULT_SPEC_AMOUNT (
+ "close_fee",
+ &td.details.close_requests.close_fee),
+ GNUNET_PQ_result_spec_string (
+ "payto_uri",
+ &td.details.close_requests.payto_uri),
GNUNET_PQ_result_spec_end
};