diff options
Diffstat (limited to 'src/exchange')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_refreshes_reveal.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_refreshes_reveal.c b/src/exchange/taler-exchange-httpd_refreshes_reveal.c index caba557c..d5cb2e47 100644 --- a/src/exchange/taler-exchange-httpd_refreshes_reveal.c +++ b/src/exchange/taler-exchange-httpd_refreshes_reveal.c @@ -620,14 +620,14 @@ resolve_refreshes_reveal_denominations (struct MHD_Connection *connection,      oac = rctx->old_age_commitment;      oac->mask  =  TEH_age_mask;      oac->num = ng; -    oac->pub = GNUNET_new_array (ng, struct TALER_AgeCommitmentPublicKeyP); +    oac->keys = GNUNET_new_array (ng, struct TALER_AgeCommitmentPublicKeyP);      /* Extract old age commitment */      for (unsigned int i = 0; i< ng; i++)      {        struct GNUNET_JSON_Specification ac_spec[] = {          GNUNET_JSON_spec_fixed_auto (NULL, -                                     &oac->pub[i]), +                                     &oac->keys[i]),          GNUNET_JSON_spec_end ()        };  | 
