aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-tools/taler-exchange-keyup.c
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2016-05-02 11:27:31 +0200
committerJeff Burdges <burdges@gnunet.org>2016-05-02 11:27:31 +0200
commit025fbdb41aa8783570079915283494d1005533f6 (patch)
treebd63843c100648ee0559f103e5092d94cd03d65c /src/exchange-tools/taler-exchange-keyup.c
parent6cdc5f3a420593eeac3256d69bd5cecc8940f1db (diff)
parent5852baa7e97f5f5313747f1da1c4583f33b90d55 (diff)
downloadexchange-025fbdb41aa8783570079915283494d1005533f6.tar.xz
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.c2
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 0cd9a30ca..155861936 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 =