From 53be6c633793297c9fae2004fb5ca0c52edd0c33 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 12 Nov 2017 15:51:53 +0100 Subject: update bug refs to #5177 --- src/auditor/taler-auditor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auditor/taler-auditor.c') diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index faaf55193..7016dc701 100644 --- a/src/auditor/taler-auditor.c +++ b/src/auditor/taler-auditor.c @@ -2303,7 +2303,7 @@ get_wire_fee (struct AggregationContext *ac, pos->prev, wfi); /* Check non-overlaping fee invariant */ - /* TODO (#4963): maybe report problems more nicely? */ + /* TODO (#5177): report problems more nicely? */ if (NULL != wfi->prev) GNUNET_break (wfi->prev->end_date.abs_value_us <= wfi->start_date.abs_value_us); if (NULL != wfi->next) -- cgit v1.2.3