summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-07 21:59:05 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-07 21:59:05 +0100
commit0d53d893f5c7b279e69320ee60a3459e8b464d4d (patch)
treeb74116684efc60bd48d6db793ec2fd57ce109b84 /contrib
parentfdb768653ecfb0b5555f65f163096caf8901db26 (diff)
downloadexchange-0d53d893f5c7b279e69320ee60a3459e8b464d4d.tar.gz
exchange-0d53d893f5c7b279e69320ee60a3459e8b464d4d.tar.bz2
exchange-0d53d893f5c7b279e69320ee60a3459e8b464d4d.zip
fix start time
Diffstat (limited to 'contrib')
-rw-r--r--contrib/auditor-report.tex.j28
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2
index 6985bfcd7..76d9e465b 100644
--- a/contrib/auditor-report.tex.j2
+++ b/contrib/auditor-report.tex.j2
@@ -111,20 +111,22 @@ In that time, the auditor processed NO accounts at all.
In that time, the auditor processed the following table ranges:
\begin{center}
\begin{longtable}{l|c|r|r}
- Account & Table & Start & End \\ \hline \hline
+ Account & Table & Start & End \\ \hline
\endfirsthead
- Account & Table & Start & End \\ \hline \hline
+ Account & Table & Start & End \\ \hline
\endhead
\endfoot
\caption{Range of account data processed by the wire auditor.}
\label{table:account_range}
\endlastfoot
{% for item in wire.account_progress %}
+ \hline
{{ item.account }} &
Reserves Incoming & {{ item.start_reserve_in }}
& {{ item.end_reserve_in }} \\ \hline
+ &
Outgoing wire transfers & {{ item.start_wire_out }}
- & {{ item.end_wire_out }} \\ \hline
+ & {{ item.end_wire_out }} \\
{% endfor %}
\end{longtable}
{% endif %}