From 88e611d32b7ce7adda7fde271c62f7ffb8c6f1fe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 16 Feb 2019 23:52:48 +0100 Subject: add assertions in preparation of #5536 --- src/exchange/taler-exchange-httpd_refresh_reveal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exchange/taler-exchange-httpd_refresh_reveal.c') diff --git a/src/exchange/taler-exchange-httpd_refresh_reveal.c b/src/exchange/taler-exchange-httpd_refresh_reveal.c index 8ac8636d9..8062410e3 100644 --- a/src/exchange/taler-exchange-httpd_refresh_reveal.c +++ b/src/exchange/taler-exchange-httpd_refresh_reveal.c @@ -614,6 +614,7 @@ handle_refresh_reveal_json (struct MHD_Connection *connection, TALER_EC_REFRESH_REVEAL_FRESH_DENOMINATION_KEY_NOT_FOUND, "new_denoms"); } + GNUNET_assert (NULL != dkis[i]->denom_priv.rsa_private_key); } /* Parse coin envelopes */ -- cgit v1.2.3