diff options
Diffstat (limited to 'src/auditordb/plugin_auditordb_postgres.c')
-rw-r--r-- | src/auditordb/plugin_auditordb_postgres.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index 467c4c6db..4f9101fdc 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c | |||
@@ -269,7 +269,7 @@ postgres_get_session (void *cls) | |||
269 | "(master_pub" | 269 | "(master_pub" |
270 | ",h_contract_terms" | 270 | ",h_contract_terms" |
271 | ",h_wire" | 271 | ",h_wire" |
272 | ",timestamp" | 272 | ",exchange_timestamp" |
273 | ",refund_deadline" | 273 | ",refund_deadline" |
274 | ",amount_without_fee_val" | 274 | ",amount_without_fee_val" |
275 | ",amount_without_fee_frac" | 275 | ",amount_without_fee_frac" |
@@ -286,7 +286,7 @@ postgres_get_session (void *cls) | |||
286 | " serial_id" | 286 | " serial_id" |
287 | ",h_contract_terms" | 287 | ",h_contract_terms" |
288 | ",h_wire" | 288 | ",h_wire" |
289 | ",timestamp" | 289 | ",exchange_timestamp" |
290 | ",refund_deadline" | 290 | ",refund_deadline" |
291 | ",amount_without_fee_val" | 291 | ",amount_without_fee_val" |
292 | ",amount_without_fee_frac" | 292 | ",amount_without_fee_frac" |
@@ -1126,7 +1126,7 @@ postgres_insert_deposit_confirmation ( | |||
1126 | GNUNET_PQ_query_param_auto_from_type (&dc->master_public_key), | 1126 | GNUNET_PQ_query_param_auto_from_type (&dc->master_public_key), |
1127 | GNUNET_PQ_query_param_auto_from_type (&dc->h_contract_terms), | 1127 | GNUNET_PQ_query_param_auto_from_type (&dc->h_contract_terms), |
1128 | GNUNET_PQ_query_param_auto_from_type (&dc->h_wire), | 1128 | GNUNET_PQ_query_param_auto_from_type (&dc->h_wire), |
1129 | TALER_PQ_query_param_absolute_time (&dc->timestamp), | 1129 | TALER_PQ_query_param_absolute_time (&dc->exchange_timestamp), |
1130 | TALER_PQ_query_param_absolute_time (&dc->refund_deadline), | 1130 | TALER_PQ_query_param_absolute_time (&dc->refund_deadline), |
1131 | TALER_PQ_query_param_amount (&dc->amount_without_fee), | 1131 | TALER_PQ_query_param_amount (&dc->amount_without_fee), |
1132 | GNUNET_PQ_query_param_auto_from_type (&dc->coin_pub), | 1132 | GNUNET_PQ_query_param_auto_from_type (&dc->coin_pub), |
@@ -1207,8 +1207,8 @@ deposit_confirmation_cb (void *cls, | |||
1207 | &dc.h_contract_terms), | 1207 | &dc.h_contract_terms), |
1208 | GNUNET_PQ_result_spec_auto_from_type ("h_wire", | 1208 | GNUNET_PQ_result_spec_auto_from_type ("h_wire", |
1209 | &dc.h_wire), | 1209 | &dc.h_wire), |
1210 | GNUNET_PQ_result_spec_absolute_time ("timestamp", | 1210 | GNUNET_PQ_result_spec_absolute_time ("exchange_timestamp", |
1211 | &dc.timestamp), | 1211 | &dc.exchange_timestamp), |
1212 | GNUNET_PQ_result_spec_absolute_time ("refund_deadline", | 1212 | GNUNET_PQ_result_spec_absolute_time ("refund_deadline", |
1213 | &dc.refund_deadline), | 1213 | &dc.refund_deadline), |
1214 | TALER_PQ_RESULT_SPEC_AMOUNT ("amount_without_fee", | 1214 | TALER_PQ_RESULT_SPEC_AMOUNT ("amount_without_fee", |