gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix comment


From: gnunet
Subject: [taler-exchange] branch master updated: -fix comment
Date: Wed, 14 Jul 2021 14:49:10 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d942f2ea -fix comment
d942f2ea is described below

commit d942f2ea6c771f2c219ea6144908393be0fcffcf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 14 14:49:07 2021 +0200

    -fix comment
---
 src/bank-lib/fakebank.c          | 4 ++--
 src/include/taler_fakebank_lib.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 7bdbe0b5..673135d8 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -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
  */
diff --git a/src/include/taler_fakebank_lib.h b/src/include/taler_fakebank_lib.h
index 6571b184..375bc9aa 100644
--- a/src/include/taler_fakebank_lib.h
+++ b/src/include/taler_fakebank_lib.h
@@ -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
  */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]