diff options
| author | Jeff Burdges <burdges@gnunet.org> | 2016-05-02 11:27:31 +0200 |
|---|---|---|
| committer | Jeff Burdges <burdges@gnunet.org> | 2016-05-02 11:27:31 +0200 |
| commit | 025fbdb41aa8783570079915283494d1005533f6 (patch) | |
| tree | bd63843c100648ee0559f103e5092d94cd03d65c /src/exchange-tools/taler-exchange-keyup.c | |
| parent | 6cdc5f3a420593eeac3256d69bd5cecc8940f1db (diff) | |
| parent | 5852baa7e97f5f5313747f1da1c4583f33b90d55 (diff) | |
Merge branch 'master' of git.taler.net:/var/git/exchange
Diffstat (limited to 'src/exchange-tools/taler-exchange-keyup.c')
| -rw-r--r-- | src/exchange-tools/taler-exchange-keyup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c index 0cd9a30c..15586193 100644 --- a/src/exchange-tools/taler-exchange-keyup.c +++ b/src/exchange-tools/taler-exchange-keyup.c @@ -765,7 +765,7 @@ create_denomkey_issue (const struct CoinTypeParams *params, dki->issue.properties.expire_withdraw = GNUNET_TIME_absolute_hton (GNUNET_TIME_absolute_add (params->anchor, params->duration_withdraw)); - dki->issue.properties.expire_spend = + dki->issue.properties.expire_deposit = GNUNET_TIME_absolute_hton (GNUNET_TIME_absolute_add (params->anchor, params->duration_spend)); dki->issue.properties.expire_legal = |
