diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2024-01-30 14:28:37 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2024-01-30 14:28:37 +0100 |
commit | 41408d9b419fc8e5deb2d3e4f44622b3fa97d0ba (patch) | |
tree | 62c19f023735de50be4d9d2b194115dbfcad745f /src/backenddb/pg_insert_deposit_confirmation.h | |
parent | 1d888045ad126e06944b641e6d1f7e6dde9c399c (diff) |
[doxygen] fix doxygen issuesv0.9.4-dev.6
Diffstat (limited to 'src/backenddb/pg_insert_deposit_confirmation.h')
-rw-r--r-- | src/backenddb/pg_insert_deposit_confirmation.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |