summaryrefslogtreecommitdiff
path: root/src/auditordb/plugin_auditordb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-10-30 18:06:47 +0100
committerChristian Grothoff <christian@grothoff.org>2022-10-30 18:06:47 +0100
commitc0f6d8931633a873fba7f3a511e1e4a20f589a07 (patch)
tree7ffe497a9e829a5755fb23ba46449629b18abff6 /src/auditordb/plugin_auditordb_postgres.c
parent2d55647f2aab1feb37d5439049f6824d11cda56c (diff)
downloadexchange-c0f6d8931633a873fba7f3a511e1e4a20f589a07.tar.gz
exchange-c0f6d8931633a873fba7f3a511e1e4a20f589a07.tar.bz2
exchange-c0f6d8931633a873fba7f3a511e1e4a20f589a07.zip
-doxygen
Diffstat (limited to 'src/auditordb/plugin_auditordb_postgres.c')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c
index 9a4f95f35..318311d4d 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -2022,8 +2022,8 @@ postgres_get_wire_auditor_progress (
* @param cls the @e cls of this struct with the plugin-specific state
* @param reserve_pub public key of the reserve
* @param master_pub master public key of the exchange
- * @param reserve_balance amount stored in the reserve
- * @param rfb amounts for the reserve
+ * @param rfb balance amounts for the reserve
+ * @param expiration_date when will the reserve expire
* @param origin_account where did the money in the reserve originally come from
* @return transaction status code
*/