summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_lookup_global_fee_by_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_lookup_global_fee_by_time.c')
-rw-r--r--src/exchangedb/pg_lookup_global_fee_by_time.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/exchangedb/pg_lookup_global_fee_by_time.c b/src/exchangedb/pg_lookup_global_fee_by_time.c
index 0119c2cd1..c3a6ec8b7 100644
--- a/src/exchangedb/pg_lookup_global_fee_by_time.c
+++ b/src/exchangedb/pg_lookup_global_fee_by_time.c
@@ -165,12 +165,9 @@ TEH_PG_lookup_global_fee_by_time (
PREPARE (pg,
"lookup_global_fee_by_time",
"SELECT"
- " history_fee_val"
- ",history_fee_frac"
- ",account_fee_val"
- ",account_fee_frac"
- ",purse_fee_val"
- ",purse_fee_frac"
+ " history_fee"
+ ",account_fee"
+ ",purse_fee"
",purse_timeout"
",history_expiration"
",purse_account_limit"