summaryrefslogtreecommitdiff
path: root/src/backenddb
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-20 16:56:24 +0200
committerMS <ms@taler.net>2020-10-20 16:56:24 +0200
commit4b766bf1a6a70ef1bdb0eadd08225a8e07932e69 (patch)
tree821eb9d82a972d5583c70e3f3184cad9907b8111 /src/backenddb
parentd47f36d19d0f306e2d37cc290d887eb5ec2610ac (diff)
downloadmerchant-4b766bf1a6a70ef1bdb0eadd08225a8e07932e69.tar.gz
merchant-4b766bf1a6a70ef1bdb0eadd08225a8e07932e69.tar.bz2
merchant-4b766bf1a6a70ef1bdb0eadd08225a8e07932e69.zip
@param
Diffstat (limited to 'src/backenddb')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 19ea0ed0..cb89f2c8 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -1280,8 +1280,7 @@ lookup_orders_cb (void *cls,
* @param cls closure
* @param instance_id instance to obtain order of
* @param of filter to apply when looking up orders
- * @param[out] contract_terms where to store the retrieved contract terms,
- * NULL to only test if the order exists
+ * @param cb callback to pass all the orders that are found
* @return transaction status
*/
static enum GNUNET_DB_QueryStatus
@@ -4296,14 +4295,14 @@ postgres_lookup_transfers (void *cls,
* including signature (so we have proof).
*
* @param cls closure
- * @paramm exchange_pub public key of the exchange
+ * @paramm master_pub public key of the exchange
* @param h_wire_method hash of wire method
* @param wire_fee wire fee charged
* @param closing_fee closing fee charged (irrelevant for us,
* but needed to check signature)
* @param start_date start of fee being used
* @param end_date end of fee being used
- * @param exchange_sig signature of exchange over fee structure
+ * @param master_sig signature of exchange over fee structure
* @return transaction status code
*/
static enum GNUNET_DB_QueryStatus
@@ -4315,8 +4314,7 @@ postgres_store_wire_fee_by_exchange (
const struct TALER_Amount *closing_fee,
struct GNUNET_TIME_Absolute start_date,
struct GNUNET_TIME_Absolute end_date,
- const struct
- TALER_MasterSignatureP *master_sig)
+ const struct TALER_MasterSignatureP *master_sig)
{
struct PostgresClosure *pg = cls;
struct GNUNET_PQ_QueryParam params[] = {