aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/pg_get_deposit_confirmations.c
diff options
context:
space:
mode:
authorCedric Zwahlen <cedric.zwahlen@students.bfh.ch>2024-04-11 18:34:24 +0200
committerCedric Zwahlen <cedric.zwahlen@students.bfh.ch>2024-04-19 20:47:33 +0200
commit962bcbc6a6bd10f3bbe80766278c36b02f53c7e4 (patch)
tree39634fd97747bc2c2330c75fd93b91c8dc4dbab5 /src/auditordb/pg_get_deposit_confirmations.c
parent99edbc9a947d494907d57ef64d124081fc475ff0 (diff)
downloadexchange-962bcbc6a6bd10f3bbe80766278c36b02f53c7e4.tar.gz
exchange-962bcbc6a6bd10f3bbe80766278c36b02f53c7e4.tar.bz2
exchange-962bcbc6a6bd10f3bbe80766278c36b02f53c7e4.zip
Add remaining CRUD
Diffstat (limited to 'src/auditordb/pg_get_deposit_confirmations.c')
-rw-r--r--src/auditordb/pg_get_deposit_confirmations.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/auditordb/pg_get_deposit_confirmations.c b/src/auditordb/pg_get_deposit_confirmations.c
index 0601056d9..e5158a69d 100644
--- a/src/auditordb/pg_get_deposit_confirmations.c
+++ b/src/auditordb/pg_get_deposit_confirmations.c
@@ -176,19 +176,19 @@ TAH_PG_get_deposit_confirmations (
"auditor_deposit_confirmation_select",
"SELECT"
" deposit_confirmation_serial_id"
- // ",h_contract_terms"
- // ",h_policy"
- // ",h_wire"
+ ",h_contract_terms"
+ ",h_policy"
+ ",h_wire"
",exchange_timestamp"
",wire_deadline"
",refund_deadline"
",total_without_fee"
- // ",coin_pubs"
- // ",coin_sigs"
- // ",merchant_pub"
- // ",exchange_sig"
- // ",exchange_pub"
- // ",master_sig"
+ ",coin_pubs"
+ ",coin_sigs"
+ ",merchant_pub"
+ ",exchange_sig"
+ ",exchange_pub"
+ ",master_sig"
" FROM auditor_deposit_confirmations"
" WHERE deposit_confirmation_serial_id>$1"
" AND ($2 OR NOT suppressed);");