summaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-06 23:08:53 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-06 23:08:53 +0200
commit282bbb0b62b5511d263e07f9837af5aac9bd90fe (patch)
tree21d59ae52fd9a63f7832297e947fae614da63ddb /src/exchangedb/plugin_exchangedb_postgres.c
parentfaea446c1064ccffade61697707cee8adceb5e52 (diff)
downloadexchange-282bbb0b62b5511d263e07f9837af5aac9bd90fe.tar.gz
exchange-282bbb0b62b5511d263e07f9837af5aac9bd90fe.tar.bz2
exchange-282bbb0b62b5511d263e07f9837af5aac9bd90fe.zip
-fix typos
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 526db5646..aa8834c4d 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -16126,6 +16126,7 @@ postgres_insert_history_request (
* @param cls the @e cls of this struct with the plugin-specific state
* @param reserve_pub public key of the account to close
* @param reserve_sig signature affiming that the account is to be closed
+ * @param request_timestamp time of the close request (client-side?)
* @param[out] final_balance set to the final balance in the account that will be wired back to the origin account
* @return transaction status code
*/