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

This commit is contained in:
Christian Grothoff 2015-07-05 11:49:33 +02:00
parent fbee672775
commit f9c093d802

View File

@ -706,7 +706,7 @@ get_cointype_params (const char *ct,
dir = get_cointype_dir (params); dir = get_cointype_dir (params);
get_anchor (dir, get_anchor (dir,
params->duration_spend, params->duration_withdraw,
params->duration_overlap, params->duration_overlap,
&params->anchor); &params->anchor);
return GNUNET_OK; return GNUNET_OK;