aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_lookup_global_fee_by_time.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-21 14:56:46 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-21 14:56:46 +0100
commit9d43bf92c45e771afdada11851393e0a82a91078 (patch)
treef214c5fc48e8c4f2d9b88b6c65893c4cde731929 /src/exchangedb/pg_lookup_global_fee_by_time.c
parent358388597835c364e9454a39d7161f06cbaac81c (diff)
downloadexchange-9d43bf92c45e771afdada11851393e0a82a91078.tar.xz
-doxygen
Diffstat (limited to 'src/exchangedb/pg_lookup_global_fee_by_time.c')
-rw-r--r--src/exchangedb/pg_lookup_global_fee_by_time.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/exchangedb/pg_lookup_global_fee_by_time.c b/src/exchangedb/pg_lookup_global_fee_by_time.c
index 895db22b1..0119c2cd1 100644
--- a/src/exchangedb/pg_lookup_global_fee_by_time.c
+++ b/src/exchangedb/pg_lookup_global_fee_by_time.c
@@ -60,7 +60,7 @@ struct GlobalFeeLookupContext
/**
- * Helper function for #postgres_lookup_global_fee_by_time().
+ * Helper function for #TEH_PG_lookup_global_fee_by_time().
* Calls the callback with each denomination key.
*
* @param cls a `struct GlobalFeeLookupContext`
@@ -138,9 +138,6 @@ global_fee_by_time_helper (void *cls,
}
-
-
-
enum GNUNET_DB_QueryStatus
TEH_PG_lookup_global_fee_by_time (
void *cls,
@@ -186,4 +183,3 @@ TEH_PG_lookup_global_fee_by_time (
&global_fee_by_time_helper,
&wlc);
}
-