summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-04 05:30:06 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-04 05:30:06 +0200
commitc1253703aecdd9ad7f0fc23c4b2eb4366f96eac9 (patch)
tree437455806ae27ed7e494b98041b75f63d5a4f2a2 /src
parent991d13178b77e31138c290d87aa1e2a22857579d (diff)
downloadexchange-c1253703aecdd9ad7f0fc23c4b2eb4366f96eac9.tar.gz
exchange-c1253703aecdd9ad7f0fc23c4b2eb4366f96eac9.tar.bz2
exchange-c1253703aecdd9ad7f0fc23c4b2eb4366f96eac9.zip
fix size in purpose
Diffstat (limited to 'src')
-rw-r--r--src/exchange-lib/exchange_api_deposit_wtid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-lib/exchange_api_deposit_wtid.c b/src/exchange-lib/exchange_api_deposit_wtid.c
index dc3bf1677..8547979ba 100644
--- a/src/exchange-lib/exchange_api_deposit_wtid.c
+++ b/src/exchange-lib/exchange_api_deposit_wtid.c
@@ -110,7 +110,7 @@ verify_deposit_wtid_signature_ok (const struct TALER_EXCHANGE_DepositWtidHandle
key_state = TALER_EXCHANGE_get_keys (dwh->exchange);
if (GNUNET_OK !=
TALER_EXCHANGE_test_signing_key (key_state,
- &exchange_pub))
+ &exchange_pub))
{
GNUNET_break_op (0);
return GNUNET_SYSERR;
@@ -308,7 +308,7 @@ TALER_EXCHANGE_deposit_wtid (struct TALER_EXCHANGE_Handle *exchange,
dwh->cb = cb;
dwh->cb_cls = cb_cls;
dwh->url = MAH_path_to_url (exchange, "/deposit/wtid");
- dwh->depconf.purpose.size = htonl (sizeof (struct TALER_DepositConfirmationPS));
+ dwh->depconf.purpose.size = htonl (sizeof (struct TALER_ConfirmWirePS));
dwh->depconf.purpose.purpose = htonl (TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE);
dwh->depconf.h_wire = *h_wire;
dwh->depconf.h_contract = *h_contract;