gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix wrong type after type was s


From: gnunet
Subject: [taler-exchange] branch master updated: -fix wrong type after type was split"
Date: Mon, 11 Sep 2023 22:46:18 +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 fe986813 -fix wrong type after type was split"
fe986813 is described below

commit fe986813b6989dacf55e820e3b06fcce7575d3b7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 11 22:46:12 2023 +0200

    -fix wrong type after type was split"
---
 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 7aba4f12..6e1d3a00 100644
--- a/src/exchangedb/test_exchangedb.c
+++ b/src/exchangedb/test_exchangedb.c
@@ -1133,7 +1133,7 @@ wire_missing_cb (void *cls,
                  struct GNUNET_TIME_Timestamp deadline,
                  bool done)
 {
-  const struct TALER_EXCHANGEDB_Deposit *deposit = cls;
+  const struct TALER_EXCHANGEDB_CoinDepositInformation *deposit = cls;
 
   (void) payto_uri;
   (void) deadline;

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