summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-08 16:07:17 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-08 16:07:17 +0200
commit068dbf020b1f762d4364ca378c1396d16fa6eb1a (patch)
treea49373ea045d86dfadfbc7240617fe6213143a21 /src/exchange/taler-exchange-httpd_db.c
parentffb38f292e4757e152180d4d7a9c870c7e0482e6 (diff)
downloadexchange-068dbf020b1f762d4364ca378c1396d16fa6eb1a.tar.gz
exchange-068dbf020b1f762d4364ca378c1396d16fa6eb1a.tar.bz2
exchange-068dbf020b1f762d4364ca378c1396d16fa6eb1a.zip
reorg testcase a bit
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c
index f01b72389..7c67e14f0 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -1369,12 +1369,12 @@ check_commitment (struct MHD_Connection *connection,
*/
static struct TALER_DenominationSignature
refresh_exchange_coin (struct MHD_Connection *connection,
- struct TALER_EXCHANGEDB_Session *session,
- const struct GNUNET_HashCode *session_hash,
- struct TMH_KS_StateHandle *key_state,
- const struct TALER_DenominationPublicKey *denom_pub,
- const struct TALER_EXCHANGEDB_RefreshCommitCoin *commit_coin,
- unsigned int coin_off)
+ struct TALER_EXCHANGEDB_Session *session,
+ const struct GNUNET_HashCode *session_hash,
+ struct TMH_KS_StateHandle *key_state,
+ const struct TALER_DenominationPublicKey *denom_pub,
+ const struct TALER_EXCHANGEDB_RefreshCommitCoin *commit_coin,
+ unsigned int coin_off)
{
struct TALER_EXCHANGEDB_DenominationKeyIssueInformation *dki;
struct TALER_DenominationSignature ev_sig;