summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-05 11:49:33 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-05 11:49:33 +0200
commitf9c093d802fa5a9df89e2285888da6becbbea1f8 (patch)
tree7e806b6689125deb91a92ebe72361bac7166b0fa
parentfbee6727758eec92dbb07bb9a4944d1174c16960 (diff)
downloadexchange-f9c093d802fa5a9df89e2285888da6becbbea1f8.tar.gz
exchange-f9c093d802fa5a9df89e2285888da6becbbea1f8.tar.bz2
exchange-f9c093d802fa5a9df89e2285888da6becbbea1f8.zip
denomination keys must overlap in withdraw time, not in spend time
-rw-r--r--src/mint-tools/taler-mint-keyup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint-tools/taler-mint-keyup.c b/src/mint-tools/taler-mint-keyup.c
index e1952c9fa..468bd7766 100644
--- a/src/mint-tools/taler-mint-keyup.c
+++ b/src/mint-tools/taler-mint-keyup.c
@@ -706,7 +706,7 @@ get_cointype_params (const char *ct,
dir = get_cointype_dir (params);
get_anchor (dir,
- params->duration_spend,
+ params->duration_withdraw,
params->duration_overlap,
&params->anchor);
return GNUNET_OK;