summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-10-08 22:26:54 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-10-08 22:26:54 +0200
commitea11a9a0fdf754e647c1b09afaa2fa80d5aade02 (patch)
tree75c71d6ac8812629130c716b38717c45c1e7ad0e /src/exchangedb/plugin_exchangedb_postgres.c
parenta9bea142cb5bbd16e9da589b910128e47a292119 (diff)
downloadexchange-ea11a9a0fdf754e647c1b09afaa2fa80d5aade02.tar.gz
exchange-ea11a9a0fdf754e647c1b09afaa2fa80d5aade02.tar.bz2
exchange-ea11a9a0fdf754e647c1b09afaa2fa80d5aade02.zip
-add missing SQL logic
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index f7779e914..1bb835877 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -2036,19 +2036,6 @@ prepare_statements (struct PostgresClosure *pg)
") VALUES "
"($1, $2, $3, $4, $5, $6);",
6),
- GNUNET_PQ_make_prepare (
- "insert_into_table_wire_out",
- "INSERT INTO wire_out"
- "(wireout_uuid"
- ",execution_date"
- ",wtid_raw"
- ",wire_target_h_payto"
- ",exchange_account_section"
- ",amount_val"
- ",amount_frac"
- ") VALUES "
- "($1, $2, $3, $4, $5, $6, $7);",
- 7),
/* Used in #postgres_wire_prepare_data_insert() to store
wire transfer information before actually committing it with the bank */
GNUNET_PQ_make_prepare (