exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

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

-fix typos

Diffstat:
Msrc/exchangedb/plugin_exchangedb_postgres.c | 1+
Msrc/include/taler_exchangedb_plugin.h | 4++--
Msrc/include/taler_testing_lib.h | 1-
Msrc/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 @@ -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 @@ -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 @@ -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 @@ -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