exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit f9c093d802fa5a9df89e2285888da6becbbea1f8
parent fbee6727758eec92dbb07bb9a4944d1174c16960
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  5 Jul 2015 11:49:33 +0200

denomination keys must overlap in withdraw time, not in spend time

Diffstat:
Msrc/mint-tools/taler-mint-keyup.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;