diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_link.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_link.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_link.c b/src/exchange/taler-exchange-httpd_link.c index 3edb25b2..b93d2e71 100644 --- a/src/exchange/taler-exchange-httpd_link.c +++ b/src/exchange/taler-exchange-httpd_link.c @@ -83,8 +83,8 @@ handle_link_data (void *cls, obj = json_pack ("{s:o, s:o, s:o}", "denom_pub", - GNUNET_JSON_from_rsa_public_key - (pos->denom_pub.rsa_public_key), + GNUNET_JSON_from_rsa_public_key ( + pos->denom_pub.rsa_public_key), "ev_sig", GNUNET_JSON_from_rsa_signature (pos->ev_sig.rsa_signature), |