aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/pg_select_historic_denom_revenue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_select_historic_denom_revenue.c')
-rw-r--r--src/auditordb/pg_select_historic_denom_revenue.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/auditordb/pg_select_historic_denom_revenue.c b/src/auditordb/pg_select_historic_denom_revenue.c
index 1812bb5d2..6005b915f 100644
--- a/src/auditordb/pg_select_historic_denom_revenue.c
+++ b/src/auditordb/pg_select_historic_denom_revenue.c
@@ -134,10 +134,8 @@ TAH_PG_select_historic_denom_revenue (
"SELECT"
" denom_pub_hash"
",revenue_timestamp"
- ",revenue_balance_val"
- ",revenue_balance_frac"
- ",loss_balance_val"
- ",loss_balance_frac"
+ ",revenue_balance"
+ ",loss_balance"
" FROM auditor_historic_denomination_revenue"
" WHERE master_pub=$1;");
qs = GNUNET_PQ_eval_prepared_multi_select (pg->conn,