denomination keys must overlap in withdraw time, not in spend time
This commit is contained in:
parent
fbee672775
commit
f9c093d802
@ -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,
|
||||||
¶ms->anchor);
|
¶ms->anchor);
|
||||||
return GNUNET_OK;
|
return GNUNET_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user