summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_get_drain_profit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_get_drain_profit.c')
-rw-r--r--src/exchangedb/pg_get_drain_profit.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/exchangedb/pg_get_drain_profit.c b/src/exchangedb/pg_get_drain_profit.c
index d02802e1d..75fccefcd 100644
--- a/src/exchangedb/pg_get_drain_profit.c
+++ b/src/exchangedb/pg_get_drain_profit.c
@@ -58,7 +58,6 @@ TEH_PG_get_drain_profit (
GNUNET_PQ_result_spec_end
};
-
PREPARE (pg,
"get_profit_drain",
"SELECT"
@@ -66,8 +65,7 @@ TEH_PG_get_drain_profit (
",account_section"
",payto_uri"
",trigger_date"
- ",amount_val"
- ",amount_frac"
+ ",amount"
",master_sig"
" FROM profit_drains"
" WHERE wtid=$1;");