summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-05 13:41:32 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-05 13:41:32 +0200
commit76545519c647b66ef99391b503f5d90fd4a43cb4 (patch)
treecf7fcda13826c5b00dc4e593ab25bf155792be80 /src/exchange/taler-exchange-httpd_db.c
parent2c05a4b278096a9f222a472c0f022c66ad367059 (diff)
downloadexchange-76545519c647b66ef99391b503f5d90fd4a43cb4.tar.gz
exchange-76545519c647b66ef99391b503f5d90fd4a43cb4.tar.bz2
exchange-76545519c647b66ef99391b503f5d90fd4a43cb4.zip
updating DB schema for new wire history operations and future auditor checks of wire transfers
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c
index dbaffc486..085438d60 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -1880,6 +1880,8 @@ TEH_DB_execute_admin_add_incoming (struct MHD_Connection *connection,
amount,
execution_time,
sender_account_details,
+ "FIXME",
+ 5,
transfer_details);
if (GNUNET_SYSERR == ret)
{