summaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-04-08 02:37:07 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-04-08 02:37:46 +0200
commit602093e98cd21dde5c6e4fa1c23d5f70f02d97ae (patch)
tree33ebc48a308f685ca0abf413c647a022efb2107b /src/exchange-tools
parente13a8902f07a7848d09204cd6f1b9736fe3cf885 (diff)
downloadexchange-602093e98cd21dde5c6e4fa1c23d5f70f02d97ae.tar.gz
exchange-602093e98cd21dde5c6e4fa1c23d5f70f02d97ae.tar.bz2
exchange-602093e98cd21dde5c6e4fa1c23d5f70f02d97ae.zip
notes
Diffstat (limited to 'src/exchange-tools')
-rw-r--r--src/exchange-tools/taler-exchange-keyup.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c
index 295eaa276..dcbc83d07 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -442,16 +442,17 @@ get_anchor (const char *dir,
/**
* XXX-ANCHOR question: why adding the duration only in this
- * case, and not _all the times we found a anchor_ ? Like
- * for instance out of this block below ?
+ * case, and not _all the times we found a anchor_ ? Like for
+ * instance, below out of this block?
+ *
*/
*anchor = GNUNET_TIME_absolute_add (*anchor,
duration);
*anchor = GNUNET_TIME_absolute_subtract (*anchor,
overlap);
}
-
+ /* ==>Missing to add the duration to the anchor here?<== */
/* anchor is now the stamp where we need to create a new key */
}