-fix comment

This commit is contained in:
Christian Grothoff 2021-07-14 14:49:07 +02:00
parent 7670039773
commit d942f2ea6c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 3 deletions

View File

@ -343,7 +343,7 @@ struct TALER_FAKEBANK_Handle
/**
* Lookup account with @a name, and if it does not exist, create it.
*
* @param[in,out] bank to lookup account at
* @param[in,out] h bank to lookup account at
* @param name account name to resolve
* @return account handle (never NULL)
*/
@ -773,7 +773,7 @@ make_transfer (
* @param credit_account account to credit
* @param amount amount to transfer
* @param reserve_pub reserve public key to use in subject
* @param[out] serial_id of the transfer
* @param[out] row_id serial_id of the transfer
* @param[out] timestamp when was the transfer made
* @return #GNUNET_OK on success
*/

View File

@ -131,7 +131,7 @@ TALER_FAKEBANK_check_debit (struct TALER_FAKEBANK_Handle *h,
* @param h bank instance
* @param want_amount transfer amount desired
* @param want_debit account that should have been debited
* @param want_debit account that should have been credited
* @param want_credit account that should have been credited
* @param reserve_pub reserve public key expected in wire subject
* @return #GNUNET_OK on success
*/