aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_lookup_wire_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_wire_fee_by_time.c
parent358388597835c364e9454a39d7161f06cbaac81c (diff)
downloadexchange-9d43bf92c45e771afdada11851393e0a82a91078.tar.xz
-doxygen
Diffstat (limited to 'src/exchangedb/pg_lookup_wire_fee_by_time.c')
-rw-r--r--src/exchangedb/pg_lookup_wire_fee_by_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/pg_lookup_wire_fee_by_time.c b/src/exchangedb/pg_lookup_wire_fee_by_time.c
index fdd6f8827..89be4087a 100644
--- a/src/exchangedb/pg_lookup_wire_fee_by_time.c
+++ b/src/exchangedb/pg_lookup_wire_fee_by_time.c
@@ -46,7 +46,7 @@ struct WireFeeLookupContext
/**
- * Helper function for #postgres_lookup_wire_fee_by_time().
+ * Helper function for #TEH_PG_lookup_wire_fee_by_time().
* Calls the callback with the wire fee structure.
*
* @param cls a `struct WireFeeLookupContext`
@@ -138,7 +138,7 @@ TEH_PG_lookup_wire_fee_by_time (
.fees = fees,
.pg = pg
};
- /* used in #postgres_lookup_wire_fee_by_time() */
+ /* used in #postgres_lookup_wire_fee_by_time() */
PREPARE (pg,
"lookup_wire_fee_by_time",
"SELECT"