diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-07-06 23:08:53 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-07-06 23:08:53 +0200 | 
| commit | 282bbb0b62b5511d263e07f9837af5aac9bd90fe (patch) | |
| tree | 21d59ae52fd9a63f7832297e947fae614da63ddb /src/exchangedb | |
| parent | faea446c1064ccffade61697707cee8adceb5e52 (diff) | |
-fix typos
Diffstat (limited to 'src/exchangedb')
| -rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 526db564..aa8834c4 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   */ | 
