diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-05 11:49:33 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-05 11:49:33 +0200 |
commit | f9c093d802fa5a9df89e2285888da6becbbea1f8 (patch) | |
tree | 7e806b6689125deb91a92ebe72361bac7166b0fa /src | |
parent | fbee6727758eec92dbb07bb9a4944d1174c16960 (diff) |
denomination keys must overlap in withdraw time, not in spend time
Diffstat (limited to 'src')
-rw-r--r-- | src/mint-tools/taler-mint-keyup.c | 2 |
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, ¶ms->anchor); return GNUNET_OK; |