diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-29 13:26:28 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-29 13:26:28 +0200 |
commit | 2d55a7bb61c046d2f7e01817d49665b645fe2ae7 (patch) | |
tree | dbc476575abb4aa1e8a889347461b2de97218292 /src | |
parent | 98cbd77432b0e9fc656479043a4d2b6e2e49572a (diff) |
#3727 is no problem, code was fine
Diffstat (limited to 'src')
-rw-r--r-- | src/mint-tools/taler-mint-keyup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mint-tools/taler-mint-keyup.c b/src/mint-tools/taler-mint-keyup.c index 27ffc9219..6685aab0b 100644 --- a/src/mint-tools/taler-mint-keyup.c +++ b/src/mint-tools/taler-mint-keyup.c @@ -414,9 +414,6 @@ get_anchor (const char *dir, return; } - /* FIXME: this check is a bit dubious, as 'now' - may be way into the future if we want to generate - many keys... #3727*/ if ((GNUNET_TIME_absolute_add (*anchor, duration)).abs_value_us < now.abs_value_us) { |