-fix comment
This commit is contained in:
parent
7670039773
commit
d942f2ea6c
@ -343,7 +343,7 @@ struct TALER_FAKEBANK_Handle
|
|||||||
/**
|
/**
|
||||||
* Lookup account with @a name, and if it does not exist, create it.
|
* 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
|
* @param name account name to resolve
|
||||||
* @return account handle (never NULL)
|
* @return account handle (never NULL)
|
||||||
*/
|
*/
|
||||||
@ -773,7 +773,7 @@ make_transfer (
|
|||||||
* @param credit_account account to credit
|
* @param credit_account account to credit
|
||||||
* @param amount amount to transfer
|
* @param amount amount to transfer
|
||||||
* @param reserve_pub reserve public key to use in subject
|
* @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
|
* @param[out] timestamp when was the transfer made
|
||||||
* @return #GNUNET_OK on success
|
* @return #GNUNET_OK on success
|
||||||
*/
|
*/
|
||||||
|
@ -131,7 +131,7 @@ TALER_FAKEBANK_check_debit (struct TALER_FAKEBANK_Handle *h,
|
|||||||
* @param h bank instance
|
* @param h bank instance
|
||||||
* @param want_amount transfer amount desired
|
* @param want_amount transfer amount desired
|
||||||
* @param want_debit account that should have been debited
|
* @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
|
* @param reserve_pub reserve public key expected in wire subject
|
||||||
* @return #GNUNET_OK on success
|
* @return #GNUNET_OK on success
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user