diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-29 16:57:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-29 16:57:20 +0200 |
commit | c329b92ccf1c461e4032e75164b6ffa6bb509a69 (patch) | |
tree | 0edbf79cdb304e1b930ff8b603980f8eaf51c052 /src/exchange-lib | |
parent | 21d26132877990d7beac118b33e336aaed395234 (diff) |
implementing remaining /payback responses
Diffstat (limited to 'src/exchange-lib')
-rw-r--r-- | src/exchange-lib/exchange_api_payback.c | 4 |
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), |