diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-19 11:22:53 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-19 11:22:53 +0100 |
commit | b4141832835648bc48a2a5612208dc061876d59c (patch) | |
tree | f39c3005bfe3ccec711b14c2d36c9d33ab5f63e9 /src/exchangedb | |
parent | 2fd87736b435fbc7426c9fe80c3c5961a3892e1b (diff) |
-doxygen fixes
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/pg_lookup_transfer_by_deposit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/pg_lookup_transfer_by_deposit.h b/src/exchangedb/pg_lookup_transfer_by_deposit.h index 155ba6d53..83782d5a0 100644 --- a/src/exchangedb/pg_lookup_transfer_by_deposit.h +++ b/src/exchangedb/pg_lookup_transfer_by_deposit.h @@ -42,7 +42,7 @@ * @param[out] amount_with_fee set to the total deposited amount * @param[out] deposit_fee set to how much the exchange did charge for the deposit * @param[out] kyc set to the kyc status of the receiver (if @a pending) - * @param[out[ aml_decision set to the AML status of the receiver + * @param[out] aml_decision set to the AML status of the receiver * @return transaction status code */ enum GNUNET_DB_QueryStatus |