diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-11 22:46:12 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-11 22:46:12 +0200 |
commit | fe986813b6989dacf55e820e3b06fcce7575d3b7 (patch) | |
tree | 04c0a1b004101ac8330d0da8d09eb4fb646c70e5 /src | |
parent | 8261992cf6ba5ffc855b58096c133e5d2a1d4594 (diff) |
-fix wrong type after type was split"
Diffstat (limited to 'src')
-rw-r--r-- | src/exchangedb/test_exchangedb.c | 2 |
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; |