diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-11 11:55:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-11 11:55:59 +0100 |
commit | 4472cbaf9d1b17733caee421593a5229215df1a2 (patch) | |
tree | 4f0b1245aae3bbbc10ab978e997faad4c5bf5df5 /src/pq/pq_result_helper.c | |
parent | 3b9d67a6f8a501bed0a24354bdba1b97a77d1320 (diff) |
-simplify structures
Diffstat (limited to 'src/pq/pq_result_helper.c')
-rw-r--r-- | src/pq/pq_result_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c index 33edc889b..92022d61e 100644 --- a/src/pq/pq_result_helper.c +++ b/src/pq/pq_result_helper.c @@ -930,7 +930,7 @@ extract_exchange_withdraw_values (void *cls, } return GNUNET_OK; case TALER_DENOMINATION_CS: - if (sizeof (struct TALER_ExchangeWithdrawCsValues) != len) + if (sizeof (struct TALER_DenominationCSPublicRPairP) != len) { GNUNET_break (0); return GNUNET_SYSERR; |