summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_refresh_reveal.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-16 23:52:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-16 23:52:48 +0100
commit88e611d32b7ce7adda7fde271c62f7ffb8c6f1fe (patch)
treee8a827b19ce31fbf759d424db36aa0c14cc042b0 /src/exchange/taler-exchange-httpd_refresh_reveal.c
parent9413537e6d5390a535faa1d5a870389295effbaf (diff)
downloadexchange-88e611d32b7ce7adda7fde271c62f7ffb8c6f1fe.tar.gz
exchange-88e611d32b7ce7adda7fde271c62f7ffb8c6f1fe.tar.bz2
exchange-88e611d32b7ce7adda7fde271c62f7ffb8c6f1fe.zip
add assertions in preparation of #5536
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refresh_reveal.c')
-rw-r--r--src/exchange/taler-exchange-httpd_refresh_reveal.c1
1 files changed, 1 insertions, 0 deletions
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 */