summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_payback.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-29 16:57:20 +0200
committerChristian Grothoff <christian@grothoff.org>2017-03-29 16:57:20 +0200
commitc329b92ccf1c461e4032e75164b6ffa6bb509a69 (patch)
tree0edbf79cdb304e1b930ff8b603980f8eaf51c052 /src/exchange-lib/exchange_api_payback.c
parent21d26132877990d7beac118b33e336aaed395234 (diff)
downloadexchange-c329b92ccf1c461e4032e75164b6ffa6bb509a69.tar.gz
exchange-c329b92ccf1c461e4032e75164b6ffa6bb509a69.tar.bz2
exchange-c329b92ccf1c461e4032e75164b6ffa6bb509a69.zip
implementing remaining /payback responses
Diffstat (limited to 'src/exchange-lib/exchange_api_payback.c')
-rw-r--r--src/exchange-lib/exchange_api_payback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-lib/exchange_api_payback.c b/src/exchange-lib/exchange_api_payback.c
index 7546605d1..600e0d682 100644
--- a/src/exchange-lib/exchange_api_payback.c
+++ b/src/exchange-lib/exchange_api_payback.c
@@ -98,8 +98,8 @@ verify_payback_signature_ok (const struct TALER_EXCHANGE_PaybackHandle *ph,
const char *wire_subject;
const struct TALER_EXCHANGE_Keys *key_state;
struct GNUNET_JSON_Specification spec[] = {
- GNUNET_JSON_spec_fixed_auto ("eddsa_sig", &exchange_sig),
- GNUNET_JSON_spec_fixed_auto ("eddsa_pub", &exchange_pub),
+ GNUNET_JSON_spec_fixed_auto ("exchange_sig", &exchange_sig),
+ GNUNET_JSON_spec_fixed_auto ("exchange_pub", &exchange_pub),
TALER_JSON_spec_amount ("amount", &amount),
GNUNET_JSON_spec_absolute_time ("payback_deadline", &deadline),
GNUNET_JSON_spec_string ("wire_subject", &wire_subject),