diff options
Diffstat (limited to 'src/backenddb/pg_insert_deposit.h')
-rw-r--r-- | src/backenddb/pg_insert_deposit.h | 3 |
1 files changed, 1 insertions, 2 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 */ |