gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix typo: s/row_id/rowid/


From: gnunet
Subject: [taler-exchange] branch master updated: fix typo: s/row_id/rowid/
Date: Sat, 20 Nov 2021 12:11:37 +0100

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

ttn pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2c8bd158 fix typo: s/row_id/rowid/
2c8bd158 is described below

commit 2c8bd158d9b9eb7be15dc91a869b8afd834f7bd1
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sat Nov 20 06:09:42 2021 -0500

    fix typo: s/row_id/rowid/
---
 src/exchangedb/test_exchangedb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index a2c4af01..8b075509 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -760,7 +760,7 @@ cb_wt_check (void *cls,
              const struct TALER_Amount *coin_value,
              const struct TALER_Amount *coin_fee)
 {
-  (void) row_id;
+  (void) rowid;
   (void) denom_pub;
   GNUNET_assert (cls == &cb_wt_never);
   GNUNET_assert (0 == GNUNET_memcmp (merchant_pub,

-- 
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]