summaryrefslogtreecommitdiff
path: root/src/exchangedb/test_exchangedb.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-11 22:46:12 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-11 22:46:12 +0200
commitfe986813b6989dacf55e820e3b06fcce7575d3b7 (patch)
tree04c0a1b004101ac8330d0da8d09eb4fb646c70e5 /src/exchangedb/test_exchangedb.c
parent8261992cf6ba5ffc855b58096c133e5d2a1d4594 (diff)
downloadexchange-fe986813b6989dacf55e820e3b06fcce7575d3b7.tar.gz
exchange-fe986813b6989dacf55e820e3b06fcce7575d3b7.tar.bz2
exchange-fe986813b6989dacf55e820e3b06fcce7575d3b7.zip
-fix wrong type after type was split"
Diffstat (limited to 'src/exchangedb/test_exchangedb.c')
-rw-r--r--src/exchangedb/test_exchangedb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/test_exchangedb.c b/src/exchangedb/test_exchangedb.c
index 7aba4f12c..6e1d3a006 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;