gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix typos


From: gnunet
Subject: [taler-exchange] branch master updated: -fix typos
Date: Wed, 06 Jul 2022 23:08:57 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 282bbb0b -fix typos
282bbb0b is described below

commit 282bbb0b62b5511d263e07f9837af5aac9bd90fe
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 6 23:08:53 2022 +0200

    -fix typos
---
 src/exchangedb/plugin_exchangedb_postgres.c | 1 +
 src/include/taler_exchangedb_plugin.h       | 4 ++--
 src/include/taler_testing_lib.h             | 1 -
 src/json/json_helper.c                      | 1 -
 4 files changed, 3 insertions(+), 4 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
  */
diff --git a/src/include/taler_exchangedb_plugin.h 
b/src/include/taler_exchangedb_plugin.h
index 82c46cdc..94b4b40d 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -2810,8 +2810,8 @@ struct TALER_EXCHANGEDB_Plugin
    *
    * @param cls the @e cls of this struct with the plugin-specific state
    * @param num the number of shard servers to create. The shard servers
-   *            must follow the numbering of 1-N, have the same user as
-   *            the master and have tables named <table>_n where n is the same
+   *            must follow the numbering of [1-N], have the same user as
+   *            the master and have tables named $TABLE_$N where $N is the same
    *            as the servers index of N.
    * @return #GNUNET_OK upon success; #GNUNET_SYSERR upon failure
    */
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 0f94e1c2..549539a3 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1623,7 +1623,6 @@ TALER_TESTING_cmd_deposit_replay (const char *label,
  * @param contract_terms contract terms to be signed over by the
  *        coin.
  * @param refund_deadline refund deadline, zero means 'no refunds'.
- * @param amount how much is going to be deposited.
  * @param expected_response_code expected HTTP response code.
  * @param ... NULL-terminated list with an even number of
  *            strings that alternate referring to coins
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index cf169384..1db65ff6 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -635,7 +635,6 @@ TALER_JSON_spec_denom_pub (const char *field,
  * Depending on the cipher in cls, it parses the corresponding public key type.
  *
  * @param cls closure, enum TALER_DenominationCipher
- * @param cipher cipher to parse for
  * @param root the json object representing data
  * @param[out] spec where to write the data
  * @return #GNUNET_OK upon successful parsing; #GNUNET_SYSERR upon error

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]