From e47e5c0cfba7746263775e8bbd4064b640f69020 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 29 Jul 2023 23:01:06 +0200 Subject: migration to new amount style for exchangedb --- src/exchangedb/pg_select_history_requests_above_serial_id.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/exchangedb/pg_select_history_requests_above_serial_id.c') diff --git a/src/exchangedb/pg_select_history_requests_above_serial_id.c b/src/exchangedb/pg_select_history_requests_above_serial_id.c index 36902e0ab..2ff2f989c 100644 --- a/src/exchangedb/pg_select_history_requests_above_serial_id.c +++ b/src/exchangedb/pg_select_history_requests_above_serial_id.c @@ -136,8 +136,7 @@ TEH_PG_select_history_requests_above_serial_id ( "audit_get_history_requests_incr", "SELECT" " history_request_serial_id" - ",history_fee_val" - ",history_fee_frac" + ",history_fee" ",request_timestamp" ",reserve_pub" ",reserve_sig" -- cgit v1.2.3