summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_get_wire_fee_summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_get_wire_fee_summary.c')
-rw-r--r--src/auditordb/pg_get_wire_fee_summary.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/auditordb/pg_get_wire_fee_summary.c b/src/auditordb/pg_get_wire_fee_summary.c
index 8b48a4d47..36ed19996 100644
--- a/src/auditordb/pg_get_wire_fee_summary.c
+++ b/src/auditordb/pg_get_wire_fee_summary.c
@@ -53,8 +53,7 @@ TAH_PG_get_wire_fee_summary (void *cls,
PREPARE (pg,
"auditor_wire_fee_balance_select",
"SELECT"
- " wire_fee_balance_val"
- ",wire_fee_balance_frac"
+ " wire_fee_balance"
" FROM auditor_wire_fee_balance"
" WHERE master_pub=$1;");
return GNUNET_PQ_eval_prepared_singleton_select (pg->conn,