diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2021-10-25 13:54:38 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-27 09:23:13 +0200 |
commit | 58ea04167ca46e7ef82d25900cae731741854279 (patch) | |
tree | c322cab80cddb21cad4e809b5d8fda41b4b48819 /src/lib/exchange_api_common.c | |
parent | 201d6ea5c9eac6f8e02cfcff996eb5e871d3b53f (diff) |
-fix misc FTBFS
Diffstat (limited to 'src/lib/exchange_api_common.c')
-rw-r--r-- | src/lib/exchange_api_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c index 9c4a95ad0..143ceddae 100644 --- a/src/lib/exchange_api_common.c +++ b/src/lib/exchange_api_common.c @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2015-2020 Taler Systems SA + Copyright (C) 2015-2021 Taler Systems SA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -451,7 +451,7 @@ TALER_EXCHANGE_verify_coin_history ( const char *currency, const struct TALER_CoinSpendPublicKeyP *coin_pub, json_t *history, - struct GNUNET_HashCode *h_denom_pub, + struct TALER_DenominationHash *h_denom_pub, struct TALER_Amount *total) { size_t len; |