aboutsummaryrefslogtreecommitdiff
path: root/src/backenddb
diff options
context:
space:
mode:
Diffstat (limited to 'src/backenddb')
-rw-r--r--src/backenddb/pg_insert_deposit.h3
-rw-r--r--src/backenddb/pg_insert_deposit_confirmation.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/backenddb/pg_insert_deposit.h b/src/backenddb/pg_insert_deposit.h
index 94af2bf4..1d08e39e 100644
--- a/src/backenddb/pg_insert_deposit.h
+++ b/src/backenddb/pg_insert_deposit.h
@@ -16,7 +16,7 @@
/**
* @file backenddb/pg_insert_deposit.h
* @brief implementation of the insert_deposit function for Postgres
- * @author Iván Ávalos
+ * @author IvánAvalos
*/
#ifndef PG_INSERT_DEPOSIT_H
#define PG_INSERT_DEPOSIT_H
@@ -35,7 +35,6 @@
* @param coin_sig signature of the coin
* @param amount_with_fee amount the exchange will deposit for this coin
* @param deposit_fee fee the exchange will charge for this coin
- * @param wire_fee wire fee the exchange charges
* @param refund_fee fee the exchange charges to refund this coin
* @return transaction status
*/
diff --git a/src/backenddb/pg_insert_deposit_confirmation.h b/src/backenddb/pg_insert_deposit_confirmation.h
index 243d5a4d..f033e237 100644
--- a/src/backenddb/pg_insert_deposit_confirmation.h
+++ b/src/backenddb/pg_insert_deposit_confirmation.h
@@ -39,7 +39,7 @@
* @param h_wire hash of the wire details of the target account of the merchant
* @param exchange_sig signature from exchange that coin was accepted
* @param exchange_pub signing key that was used for @a exchange_sig
- * @param[out] batch_deposit_serial_id set to the table row
+ * @param[out] deposit_confirmation_serial_id set to the table row
* @return transaction status
*/
enum GNUNET_DB_QueryStatus