From be50c084f89e8588dd2d4a4aa30c58002053ee31 Mon Sep 17 00:00:00 2001 From: Gian Demarmels Date: Mon, 17 Jan 2022 09:37:36 +0100 Subject: fixed nonce check, renamed WithdrawNonce --- src/lib/exchange_api_csr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/exchange_api_csr.c') diff --git a/src/lib/exchange_api_csr.c b/src/lib/exchange_api_csr.c index a3f631181..d99b08caf 100644 --- a/src/lib/exchange_api_csr.c +++ b/src/lib/exchange_api_csr.c @@ -205,7 +205,7 @@ handle_csr_finished (void *cls, struct TALER_EXCHANGE_CsRHandle * TALER_EXCHANGE_csr (struct TALER_EXCHANGE_Handle *exchange, const struct TALER_EXCHANGE_DenomPublicKey *pk, - const struct TALER_WithdrawNonce *nonce, + const struct TALER_CsNonce *nonce, TALER_EXCHANGE_CsRCallback res_cb, void *res_cb_cls) { @@ -229,7 +229,7 @@ TALER_EXCHANGE_csr (struct TALER_EXCHANGE_Handle *exchange, csr_obj = GNUNET_JSON_PACK (GNUNET_JSON_pack_data_varsize ("nonce", nonce, sizeof(struct - TALER_WithdrawNonce)), + TALER_CsNonce)), GNUNET_JSON_pack_data_varsize ("denom_pub_hash", &pk->h_key, sizeof(struct -- cgit v1.2.3