aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/taler-mint-httpd_db.c')
-rw-r--r--src/mint/taler-mint-httpd_db.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c
index 8f7553896..baf5d12aa 100644
--- a/src/mint/taler-mint-httpd_db.c
+++ b/src/mint/taler-mint-httpd_db.c
@@ -918,7 +918,7 @@ TALER_MINT_db_execute_refresh_reveal (struct MHD_Connection *connection,
918 { 918 {
919 struct RefreshCommitLink commit_link; 919 struct RefreshCommitLink commit_link;
920 struct GNUNET_CRYPTO_EcdsaPublicKey coin_pub; 920 struct GNUNET_CRYPTO_EcdsaPublicKey coin_pub;
921 struct GNUNET_HashCode transfer_secret; 921 struct TALER_TransferSecret transfer_secret;
922 struct TALER_LinkSecret shared_secret; 922 struct TALER_LinkSecret shared_secret;
923 923
924 res = TALER_MINT_DB_get_refresh_commit_link (db_conn, 924 res = TALER_MINT_DB_get_refresh_commit_link (db_conn,
@@ -946,7 +946,7 @@ TALER_MINT_db_execute_refresh_reveal (struct MHD_Connection *connection,
946 if (GNUNET_OK != 946 if (GNUNET_OK !=
947 GNUNET_CRYPTO_ecc_ecdh ((const struct GNUNET_CRYPTO_EcdhePrivateKey *) &transfer_privs[i+off][j], 947 GNUNET_CRYPTO_ecc_ecdh ((const struct GNUNET_CRYPTO_EcdhePrivateKey *) &transfer_privs[i+off][j],
948 (const struct GNUNET_CRYPTO_EcdhePublicKey *) &coin_pub, 948 (const struct GNUNET_CRYPTO_EcdhePublicKey *) &coin_pub,
949 &transfer_secret)) 949 &transfer_secret.key))
950 { 950 {
951 GNUNET_break (0); 951 GNUNET_break (0);
952 // FIXME: return 'internal error'? 952 // FIXME: return 'internal error'?