commit fe986813b6989dacf55e820e3b06fcce7575d3b7 parent 8261992cf6ba5ffc855b58096c133e5d2a1d4594 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 11 Sep 2023 22:46:12 +0200 -fix wrong type after type was split" Diffstat:
| M | 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 @@ -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;