summaryrefslogtreecommitdiff
path: root/src/exchange-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-07 23:21:49 +0200
committerChristian Grothoff <christian@grothoff.org>2016-08-07 23:21:49 +0200
commit0fd6cf19afc8091494ba1b2adcf2b4b2c7bcadcb (patch)
treedf92291464c7142cf7011f37a63fd860d5c36ac3 /src/exchange-lib
parent745719dbc1482734ab3ca7a20541ee8a12ecb69c (diff)
downloadexchange-0fd6cf19afc8091494ba1b2adcf2b4b2c7bcadcb.tar.gz
exchange-0fd6cf19afc8091494ba1b2adcf2b4b2c7bcadcb.tar.bz2
exchange-0fd6cf19afc8091494ba1b2adcf2b4b2c7bcadcb.zip
mostly working migration of the DH-seeded refresh variant
Diffstat (limited to 'src/exchange-lib')
-rw-r--r--src/exchange-lib/exchange_api_refresh_link.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/exchange-lib/exchange_api_refresh_link.c b/src/exchange-lib/exchange_api_refresh_link.c
index 31c27fe98..a1dba9938 100644
--- a/src/exchange-lib/exchange_api_refresh_link.c
+++ b/src/exchange-lib/exchange_api_refresh_link.c
@@ -209,8 +209,10 @@ parse_refresh_link_ok (struct TALER_EXCHANGE_RefreshLinkHandle *rlh,
json_t *jsona;
struct TALER_TransferPublicKeyP trans_pub;
struct GNUNET_JSON_Specification spec[] = {
- GNUNET_JSON_spec_json ("new_coins", &jsona),
- GNUNET_JSON_spec_fixed_auto ("transfer_pub", &trans_pub),
+ GNUNET_JSON_spec_json ("new_coins",
+ &jsona),
+ GNUNET_JSON_spec_fixed_auto ("transfer_pub",
+ &trans_pub),
GNUNET_JSON_spec_end()
};