aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_select_reserves_in_above_serial_id_by_account.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_select_reserves_in_above_serial_id_by_account.c')
-rw-r--r--src/exchangedb/pg_select_reserves_in_above_serial_id_by_account.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/pg_select_reserves_in_above_serial_id_by_account.c b/src/exchangedb/pg_select_reserves_in_above_serial_id_by_account.c
index ba73994f0..809df191b 100644
--- a/src/exchangedb/pg_select_reserves_in_above_serial_id_by_account.c
+++ b/src/exchangedb/pg_select_reserves_in_above_serial_id_by_account.c
@@ -138,8 +138,8 @@ TEH_PG_select_reserves_in_above_serial_id_by_account (
};
enum GNUNET_DB_QueryStatus qs;
- /* Used in postgres_select_reserves_in_above_serial_id() to obtain inbound
- transactions for reserves with serial id '\geq' the given parameter */
+ /* Used in postgres_select_reserves_in_above_serial_id() to obtain inbound
+ transactions for reserves with serial id '\geq' the given parameter */
PREPARE (pg,
"audit_reserves_in_get_transactions_incr_by_account",
"SELECT"