aboutsummaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_reserves_open.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-03 18:39:06 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-03 18:39:06 +0200
commitd3772a834fa3df6802c170779c09d24cbb6fc1a6 (patch)
tree5dd340d54d36b0e0cda908a347b42a1cc5881f71 /src/lib/exchange_api_reserves_open.c
parent290268e9af65467ba8ffc82a196e2666c7796475 (diff)
downloadexchange-d3772a834fa3df6802c170779c09d24cbb6fc1a6.tar.xz
more API clean up
Diffstat (limited to 'src/lib/exchange_api_reserves_open.c')
-rw-r--r--src/lib/exchange_api_reserves_open.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/exchange_api_reserves_open.c b/src/lib/exchange_api_reserves_open.c
index b28333d51..536efdb10 100644
--- a/src/lib/exchange_api_reserves_open.c
+++ b/src/lib/exchange_api_reserves_open.c
@@ -430,7 +430,8 @@ TALER_EXCHANGE_reserves_open (
const struct TALER_ReservePrivateKeyP *reserve_priv,
const struct TALER_Amount *reserve_contribution,
unsigned int coin_payments_length,
- const struct TALER_EXCHANGE_PurseDeposit *coin_payments,
+ const struct TALER_EXCHANGE_PurseDeposit coin_payments[
+ static coin_payments_length],
struct GNUNET_TIME_Timestamp expiration_time,
uint32_t min_purses,
TALER_EXCHANGE_ReservesOpenCallback cb,