diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-28 18:23:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-28 18:23:45 +0100 |
commit | 98cbd77432b0e9fc656479043a4d2b6e2e49572a (patch) | |
tree | 4bf62193955c2e937947749740d40c6f1ed1efd9 /src/mint | |
parent | 576545daebd608f24cbbeec627169d5274e6ddd3 (diff) |
fix use of struct TALER_DenominationKeyValidityPS
Diffstat (limited to 'src/mint')
-rw-r--r-- | src/mint/taler-mint-httpd_keystate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_keystate.c b/src/mint/taler-mint-httpd_keystate.c index 33407e020..8caeb2d01 100644 --- a/src/mint/taler-mint-httpd_keystate.c +++ b/src/mint/taler-mint-httpd_keystate.c @@ -138,6 +138,8 @@ denom_key_issue_to_json (const struct TALER_DenominationPublicKey *pk, TALER_json_from_abs (GNUNET_TIME_absolute_ntoh (dki->expire_withdraw)), "stamp_expire_deposit", TALER_json_from_abs (GNUNET_TIME_absolute_ntoh (dki->expire_spend)), + "stamp_expire_legal", + TALER_json_from_abs (GNUNET_TIME_absolute_ntoh (dki->expire_legal)), "denom_pub", TALER_json_from_rsa_public_key (pk->rsa_public_key), "value", |