diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 12:34:17 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 12:34:17 +0100 |
commit | 5abe350a05db1c69e4e9418c0ca9b60f935028ee (patch) | |
tree | 4b83e289dd3b12d9e0a07dc0558be17511a86cee /src/auditordb | |
parent | 8e0180b2576054c847935bb161ada81d697765fa (diff) |
doxygen
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/plugin_auditordb_postgres.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index f231af279..16ca896de 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -1949,6 +1949,9 @@ postgres_insert_wire_auditor_account_progress (void *cls, * @param session connection to use * @param master_pub master key of the exchange * @param account_name name of the wire account we are auditing + * @param pp where is the auditor in processing + * @param in_wire_off how far are we in the incoming wire transaction history + * @param out_wire_off how far are we in the outgoing wire transaction history * @return transaction status code */ static enum GNUNET_DB_QueryStatus @@ -2782,6 +2785,7 @@ postgres_get_balance_summary (void *cls, * @param revenue_balance what was the total profit made from * deposit fees, melting fees, refresh fees * and coins that were never returned? + * @param loss_balance total losses suffered by the exchange at the time * @return transaction status code */ static enum GNUNET_DB_QueryStatus |